diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py b/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py new file mode 100644 index 0000000000..1023e88baf --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/actions.py @@ -0,0 +1,24 @@ +#!/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 perlmodules +from pisi.actionsapi import pisitools + +def setup(): + perlmodules.configure() + +def build(): + perlmodules.make() + +# tests take long time +#def check(): +# perlmodules.make("test") + +def install(): + perlmodules.install() + # conflict: perl has a binary with the same name + pisitools.remove("/usr/bin/instmodsh") + perlmodules.removePodfiles() \ No newline at end of file diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml new file mode 100644 index 0000000000..fdd62bfad3 --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml @@ -0,0 +1,53 @@ + + + + + perl-ExtUtils-MakeMaker + https://metacpan.org/pod/ExtUtils::MakeMaker + + Blue DeviL + bluedevil@sctzine.com + + Perl 5 + programming.language.perl + library + Perl extension for creating a module Makefile + This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. + https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.42.tar.gz + + perl + + + + + perl-ExtUtils-MakeMaker + Perl extension for creating a module Makefile + + perl + + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + /usr/share/perl + + + + + + 2020-01-07 + 7.42 + Version bump. + Blue DeviL + bluedevil@sctzine.com + + + 2019-12-12 + 7.38 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/translations.xml b/programming/language/perl/perl-ExtUtils-MakeMaker/translations.xml new file mode 100644 index 0000000000..b1346e1dfd --- /dev/null +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/translations.xml @@ -0,0 +1,8 @@ + + + + perl-ExtUtils-MakeMaker + Makefile modülü yaratabilen bir perl eklentisi + Bu araç bir Makefile.PL dosyasından bir eklenti modülüne Makefile yaratmak için tasarlanmıstır. + + \ No newline at end of file