diff options
author | seb <seb> | 2010-07-04 09:35:01 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-04 09:35:01 +0000 |
commit | 39d81a508e02d0848a3ade76201416eb66a6f8cd (patch) | |
tree | 97cfe387bd321eb3026ffa1ee1b4b55bc0dfe3ca | |
parent | ff3978a37c946a02e9b10dde7e0058e636395baf (diff) | |
download | pkgsrc-39d81a508e02d0848a3ade76201416eb66a6f8cd.tar.gz |
Initial import of p5-Plack-Handler-SCGI version 0.02 in the NetBSD
Packages Collection.
The Perl 5 module Plack::Handler::SCGI is a standalone SCGI daemon
using SCGI module.
-rw-r--r-- | www/p5-Plack-Handler-SCGI/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Plack-Handler-SCGI/Makefile | 25 | ||||
-rw-r--r-- | www/p5-Plack-Handler-SCGI/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Plack-Handler-SCGI/DESCR b/www/p5-Plack-Handler-SCGI/DESCR new file mode 100644 index 00000000000..3e36bc9a0b9 --- /dev/null +++ b/www/p5-Plack-Handler-SCGI/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Plack::Handler::SCGI is a standalone SCGI daemon +using SCGI module. diff --git a/www/p5-Plack-Handler-SCGI/Makefile b/www/p5-Plack-Handler-SCGI/Makefile new file mode 100644 index 00000000000..b385186bfac --- /dev/null +++ b/www/p5-Plack-Handler-SCGI/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 09:35:01 seb Exp $ + +DISTNAME= Plack-Handler-SCGI-0.02 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Plack-Handler-SCGI/ +COMMENT= PSGI handler on SCGI daemon +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Handler/SCGI/.packlist + +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +DEPENDS+= p5-Plack>=0.9901:../../www/p5-Plack +DEPENDS+= p5-SCGI-[0-9]*:../../www/p5-SCGI +DEPENDS+= p5-Try-Tiny>=0.04:../../devel/p5-Try-Tiny + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Handler-SCGI/distinfo b/www/p5-Plack-Handler-SCGI/distinfo new file mode 100644 index 00000000000..e04553f37ff --- /dev/null +++ b/www/p5-Plack-Handler-SCGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/04 09:35:01 seb Exp $ + +SHA1 (Plack-Handler-SCGI-0.02.tar.gz) = baac3eb7ec8188fd553c413c698daccfb28df90c +RMD160 (Plack-Handler-SCGI-0.02.tar.gz) = f41a26192a540ce8b546e54cf885978cc2d11636 +Size (Plack-Handler-SCGI-0.02.tar.gz) = 21591 bytes |