diff options
author | seb <seb@pkgsrc.org> | 2010-04-11 08:37:47 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-11 08:37:47 +0000 |
commit | 4d312187658e30d4cbc429db4c776a04173c3b62 (patch) | |
tree | 4ece964510b18cd76960495ed5d30775252d16d4 /www/p5-CGI-Emulate-PSGI | |
parent | 01c049e40db713e177394e6fa3ef107642fe6350 (diff) | |
download | pkgsrc-4d312187658e30d4cbc429db4c776a04173c3b62.tar.gz |
Initial import of p5-CGI-Emulate-PSGI version 0.06 in the NetBSD
Packages Collection.
The Perl 5 module CGI::Emulate::PSGI allows an application designed
for the CGI environment to run in a PSGI environment, and thus on
any of the backends that PSGI supports.
Diffstat (limited to 'www/p5-CGI-Emulate-PSGI')
-rw-r--r-- | www/p5-CGI-Emulate-PSGI/DESCR | 3 | ||||
-rw-r--r-- | www/p5-CGI-Emulate-PSGI/Makefile | 22 | ||||
-rw-r--r-- | www/p5-CGI-Emulate-PSGI/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-CGI-Emulate-PSGI/DESCR b/www/p5-CGI-Emulate-PSGI/DESCR new file mode 100644 index 00000000000..1cd3efe4fc5 --- /dev/null +++ b/www/p5-CGI-Emulate-PSGI/DESCR @@ -0,0 +1,3 @@ +The Perl 5 module CGI::Emulate::PSGI allows an application designed +for the CGI environment to run in a PSGI environment, and thus on +any of the backends that PSGI supports. diff --git a/www/p5-CGI-Emulate-PSGI/Makefile b/www/p5-CGI-Emulate-PSGI/Makefile new file mode 100644 index 00000000000..a74e239b4ea --- /dev/null +++ b/www/p5-CGI-Emulate-PSGI/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 08:37:47 seb Exp $ + +DISTNAME= CGI-Emulate-PSGI-0.06 +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-Emulate-PSGI/ +COMMENT= Perl 5 module prodiving PSGI adapter for CGI +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/CGI/Emulate/PSGI/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Emulate-PSGI/distinfo b/www/p5-CGI-Emulate-PSGI/distinfo new file mode 100644 index 00000000000..250fcff701d --- /dev/null +++ b/www/p5-CGI-Emulate-PSGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/11 08:37:47 seb Exp $ + +SHA1 (CGI-Emulate-PSGI-0.06.tar.gz) = 42d475179beea28f2c7eb09313d6df4c381d4687 +RMD160 (CGI-Emulate-PSGI-0.06.tar.gz) = 54a8435db0fefb6e02385d1dbbe29e00e014069d +Size (CGI-Emulate-PSGI-0.06.tar.gz) = 24584 bytes |