diff --git a/programming/language/perl/perl-Sub-Exporter/actions.py b/programming/language/perl/perl-Sub-Exporter/actions.py new file mode 100644 index 0000000000..5f82d2d1cc --- /dev/null +++ b/programming/language/perl/perl-Sub-Exporter/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import pisitools +from pisi.actionsapi import perlmodules + +#WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +def check(): + perlmodules.make("test") + +def install(): + perlmodules.install() + pisitools.dodoc("LICENSE", "README*") \ No newline at end of file diff --git a/programming/language/perl/perl-Sub-Exporter/pspec.xml b/programming/language/perl/perl-Sub-Exporter/pspec.xml new file mode 100644 index 0000000000..a221bafb61 --- /dev/null +++ b/programming/language/perl/perl-Sub-Exporter/pspec.xml @@ -0,0 +1,50 @@ + + + + + perl-Sub-Exporter + https://metacpan.org/release/Sub-Exporter + + Pisi Linux Admins + admin@pisilinux.org + + programming.language.perl + Artistic + GPLv2 + library + A sophisticated exporter written in Perl for custom-built routines + perl-Sub-Exporter is a Perl module that is a sophisticated exporter for custom-built routines. + https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-0.987.tar.gz + + perl + perl-Params-Util + perl-Sub-Install + perl-Data-OptList + + + + perl-Sub-Exporter + A sophisticated exporter written in Perl for custom-built routines + + perl + perl-Params-Util + perl-Sub-Install + perl-Data-OptList + + + /usr/lib + /usr/share/doc + /usr/share/man + + + + + + 2020-09-23 + 0.987 + First release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/perl/perl-Sub-Exporter/translations.xml b/programming/language/perl/perl-Sub-Exporter/translations.xml new file mode 100644 index 0000000000..c1a1defc35 --- /dev/null +++ b/programming/language/perl/perl-Sub-Exporter/translations.xml @@ -0,0 +1,8 @@ + + + + perl-Sub-Exporter + Özelleştirilmiş karmaşık inşa yordamları için Perl dilinde yazılmış bir dışa aktarıcı + perl-Sub-Exporter özelleştirilmiş karmaşık inşa yordamları için dışa aktarıcı bir Perl modülüdür. + + \ No newline at end of file