diff options
author | seb <seb@pkgsrc.org> | 2010-04-10 20:06:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-10 20:06:57 +0000 |
commit | 427266ff16dc71fe6b7bbda7b77004a85cf5357a (patch) | |
tree | ec8db2d4cd35f926c93f9d81bcec17516dd4c46f /www | |
parent | e67d1358bc68229643aee07d5ad45d36f6568986 (diff) | |
download | pkgsrc-427266ff16dc71fe6b7bbda7b77004a85cf5357a.tar.gz |
Initial import of p5-CGI-Compile version 0.11 in the NetBSD Packages
Collection.
The Perl 5 module CGI::Compile is an utility to compile CGI scripts
into a code reference, like ModPerl::Registry, that can run many
times on its own namespace, as long as the script is ready to run
on a persistent environment.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Compile/DESCR | 4 | ||||
-rw-r--r-- | www/p5-CGI-Compile/Makefile | 23 | ||||
-rw-r--r-- | www/p5-CGI-Compile/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-CGI-Compile/DESCR b/www/p5-CGI-Compile/DESCR new file mode 100644 index 00000000000..76e62310ef8 --- /dev/null +++ b/www/p5-CGI-Compile/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module CGI::Compile is an utility to compile CGI scripts +into a code reference, like ModPerl::Registry, that can run many +times on its own namespace, as long as the script is ready to run +on a persistent environment. diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile new file mode 100644 index 00000000000..6b113eeab78 --- /dev/null +++ b/www/p5-CGI-Compile/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 20:06:57 seb Exp $ + +DISTNAME= CGI-Compile-0.11 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CGI-Compile/ +COMMENT= Perl 5 module to compile .cgi scripts to a code reference +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CGI/Compile/.packlist + +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Compile/distinfo b/www/p5-CGI-Compile/distinfo new file mode 100644 index 00000000000..143ac14b098 --- /dev/null +++ b/www/p5-CGI-Compile/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/10 20:06:57 seb Exp $ + +SHA1 (CGI-Compile-0.11.tar.gz) = 262fb55079644245ed1915b3133853106fedb04a +RMD160 (CGI-Compile-0.11.tar.gz) = 00c2c4d9b44761a3c10cd87291e1f01561ac4b6a +Size (CGI-Compile-0.11.tar.gz) = 44861 bytes |