diff options
author | abs <abs@pkgsrc.org> | 2008-06-23 03:04:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-06-23 03:04:26 +0000 |
commit | c034f1269aaeed3da6a2c97a098e9a02d86dbea2 (patch) | |
tree | 474c535805f12f777815b2c7e1d53af1070ac98f /www | |
parent | e52cf686dc4e7549eb6c52e53c477fb8dd9cb36d (diff) | |
download | pkgsrc-c034f1269aaeed3da6a2c97a098e9a02d86dbea2.tar.gz |
Import www/p5-CGI-Simple 1.105
CGI::Simple provides a relatively lightweight drop in replacement
for CGI.pm. It shares an identical OO interface to CGI.pm for
parameter parsing, file upload, cookie handling and header generation.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI-Simple/DESCR | 3 | ||||
-rw-r--r-- | www/p5-CGI-Simple/Makefile | 21 | ||||
-rw-r--r-- | www/p5-CGI-Simple/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-CGI-Simple/DESCR b/www/p5-CGI-Simple/DESCR new file mode 100644 index 00000000000..395455972f8 --- /dev/null +++ b/www/p5-CGI-Simple/DESCR @@ -0,0 +1,3 @@ +CGI::Simple provides a relatively lightweight drop in replacement +for CGI.pm. It shares an identical OO interface to CGI.pm for +parameter parsing, file upload, cookie handling and header generation. diff --git a/www/p5-CGI-Simple/Makefile b/www/p5-CGI-Simple/Makefile new file mode 100644 index 00000000000..9d4b0ea9865 --- /dev/null +++ b/www/p5-CGI-Simple/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 03:04:26 abs Exp $ + +DISTNAME= CGI-Simple-1.105 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cgs +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/ +COMMENT= Simple totally OO CGI interface that is CGI.pm compliant + +DEPENDS+= p5-version-[0-9]*:../../devel/p5-version + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CGI/Simple/.packlist + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Simple/distinfo b/www/p5-CGI-Simple/distinfo new file mode 100644 index 00000000000..08a59e65679 --- /dev/null +++ b/www/p5-CGI-Simple/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/06/23 03:04:26 abs Exp $ + +SHA1 (CGI-Simple-1.105.tar.gz) = d253187541be91aa62ad6fb55c6b2bcba9531172 +RMD160 (CGI-Simple-1.105.tar.gz) = f6318c5b05bb34f2ba36f762724d703aaae36549 +Size (CGI-Simple-1.105.tar.gz) = 81332 bytes |