diff --git a/programming/language/perl/perl-CGI/actions.py b/programming/language/perl/perl-CGI/actions.py new file mode 100644 index 0000000000..d415c7df2e --- /dev/null +++ b/programming/language/perl/perl-CGI/actions.py @@ -0,0 +1,25 @@ +#!/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 +from pisi.actionsapi import get + +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("README*", "Changes") \ No newline at end of file diff --git a/programming/language/perl/perl-CGI/pspec.xml b/programming/language/perl/perl-CGI/pspec.xml new file mode 100644 index 0000000000..33e71e8311 --- /dev/null +++ b/programming/language/perl/perl-CGI/pspec.xml @@ -0,0 +1,46 @@ + + + perl-CGI + http://search.cpan.org/dist/CGI/ + + Alihan Öztürk + alihan@pisilinux.org + + Artistic + GPLv1 + library + Handle Common Gateway Interface requests and responses. + Handle Common Gateway Interface requests and responses. + http://search.cpan.org/CPAN/authors/id/L/LE/LEEJO/CGI-4.28.tar.gz + + perl + perl-HTML-Parser + perl-Test-Deep + perl-Test-Warn + + + + + perl-CGI + Handle Common Gateway Interface requests and responses. + + perl + perl-HTML-Parser + perl-Test-Deep + perl-Test-Warn + + + / + + + + + + 2016-03-27 + 4.28 + First release. + Alihan Öztürk + alihan@pisilinux.org + + +