diff options
-rw-r--r-- | www/p5-CGI-PSGI/DESCR | 3 | ||||
-rw-r--r-- | www/p5-CGI-PSGI/Makefile | 20 | ||||
-rw-r--r-- | www/p5-CGI-PSGI/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/www/p5-CGI-PSGI/DESCR b/www/p5-CGI-PSGI/DESCR new file mode 100644 index 00000000000..9af766a8343 --- /dev/null +++ b/www/p5-CGI-PSGI/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module CGI::PSGI is for web application framework +developers who currently uses CGI to handle query parameters, and +would like for the frameworks to comply with the PSGI protocol. diff --git a/www/p5-CGI-PSGI/Makefile b/www/p5-CGI-PSGI/Makefile new file mode 100644 index 00000000000..4be15d37ce6 --- /dev/null +++ b/www/p5-CGI-PSGI/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 08:42:49 seb Exp $ + +DISTNAME= CGI-PSGI-0.10 +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-PSGI/ +COMMENT= Perl 5 module to adapt CGI.pm to the PSGI protocol +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CGI/PSGI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-PSGI/distinfo b/www/p5-CGI-PSGI/distinfo new file mode 100644 index 00000000000..caf71a00532 --- /dev/null +++ b/www/p5-CGI-PSGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/11 08:42:49 seb Exp $ + +SHA1 (CGI-PSGI-0.10.tar.gz) = c9a2cd4d5309ac45ffa690a0e340ac2f1f8d5f1c +RMD160 (CGI-PSGI-0.10.tar.gz) = 1bd2061e3375319bbbe46c652d70995952a98585 +Size (CGI-PSGI-0.10.tar.gz) = 49173 bytes |