diff options
author | seb <seb@pkgsrc.org> | 2010-07-04 11:17:58 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-04 11:17:58 +0000 |
commit | b7560e020b7c6542b8dbd980cf153f92b10702ea (patch) | |
tree | cd25728fdc30f5f402aa07f2e581cc8f9c5c6a6d /www | |
parent | 08ed5bb9c7305267b506f20ee3ed6c4291e4062f (diff) | |
download | pkgsrc-b7560e020b7c6542b8dbd980cf153f92b10702ea.tar.gz |
Initial import of p5-Plack-Handler-AnyEvent-SCGI version 0.02 in
the NetBSD Packages Collection.
The Perl 5 module Plack::Handler::AnyEvent::SCGI is a standalone
SCGI daemon running on AnyEvent::SCGI.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-SCGI/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-SCGI/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Plack-Handler-AnyEvent-SCGI/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Plack-Handler-AnyEvent-SCGI/DESCR b/www/p5-Plack-Handler-AnyEvent-SCGI/DESCR new file mode 100644 index 00000000000..af20e84d8ea --- /dev/null +++ b/www/p5-Plack-Handler-AnyEvent-SCGI/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Plack::Handler::AnyEvent::SCGI is a standalone +SCGI daemon running on AnyEvent::SCGI. diff --git a/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile b/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile new file mode 100644 index 00000000000..93235f99f9b --- /dev/null +++ b/www/p5-Plack-Handler-AnyEvent-SCGI/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 11:17:58 seb Exp $ + +DISTNAME= Plack-Handler-AnyEvent-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-AnyEvent-SCGI/ +COMMENT= PSGI handler on AnyEvent::SCGI +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Handler/AnyEvent/SCGI/.packlist + +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +DEPENDS+= p5-AnyEvent-SCGI-[0-9]*:../../www/p5-AnyEvent-SCGI +DEPENDS+= p5-Plack>=0.9901:../../www/p5-Plack + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo b/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo new file mode 100644 index 00000000000..c318dcc98a6 --- /dev/null +++ b/www/p5-Plack-Handler-AnyEvent-SCGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/04 11:17:58 seb Exp $ + +SHA1 (Plack-Handler-AnyEvent-SCGI-0.02.tar.gz) = 01dc5512600d128305e13e810bc9b01c2b36ba29 +RMD160 (Plack-Handler-AnyEvent-SCGI-0.02.tar.gz) = 227d951bffe53f04c977b889321d8e827ecf55eb +Size (Plack-Handler-AnyEvent-SCGI-0.02.tar.gz) = 21545 bytes |