diff options
author | seb <seb@pkgsrc.org> | 2010-04-10 12:47:02 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-10 12:47:02 +0000 |
commit | c090136125ba1d61404bc8319b0e7d3138826eab (patch) | |
tree | a92a33826daec584d7d436cfb2b49c29d8a2032d /www | |
parent | cce4b976899cae8ed4fd843458118e7ab02b0c58 (diff) | |
download | pkgsrc-c090136125ba1d61404bc8319b0e7d3138826eab.tar.gz |
Initial import of p5-Plack version 0.9929 in the NetBSD Packages
Collection.
The Perl 5 module Plack is a set of tools for using PSGI stack. It
contains middleware components, a reference server and utilities
for Web application frameworks. Plack is like Ruby's Rack or Python's
Paste for WSGI.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack/DESCR | 4 | ||||
-rw-r--r-- | www/p5-Plack/Makefile | 34 | ||||
-rw-r--r-- | www/p5-Plack/distinfo | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/www/p5-Plack/DESCR b/www/p5-Plack/DESCR new file mode 100644 index 00000000000..9ae575d5c6c --- /dev/null +++ b/www/p5-Plack/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Plack is a set of tools for using PSGI stack. It +contains middleware components, a reference server and utilities +for Web application frameworks. Plack is like Ruby's Rack or Python's +Paste for WSGI. diff --git a/www/p5-Plack/Makefile b/www/p5-Plack/Makefile new file mode 100644 index 00000000000..513b2950725 --- /dev/null +++ b/www/p5-Plack/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 12:47:02 seb Exp $ + +DISTNAME= Plack-0.9929 +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/ +COMMENT= PSGI toolkit and servers +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/.packlist + +BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +BUILD_DEPENDS+= p5-Test-TCP>=0.11:../../net/p5-Test-TCP +DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace +DEPENDS+= p5-Devel-StackTrace-AsHTML>=0.09:../../devel/p5-Devel-StackTrace-AsHTML +DEPENDS+= p5-File-ShareDir>=1.00:../../devel/p5-File-ShareDir +DEPENDS+= p5-Filesys-Notify-Simple-[0-9]*:../../devel/p5-Filesys-Notify-Simple +DEPENDS+= p5-HTTP-Body>=1.06:../../www/p5-HTTP-Body +DEPENDS+= p5-Hash-MultiValue>=0.05:../../devel/p5-Hash-MultiValue +DEPENDS+= p5-libwww>=5.814:../../www/p5-libwww +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny +DEPENDS+= p5-URI>=1.36:../../www/p5-URI +DEPENDS+= {perl>=5.10.1,p5-parent-[0-9]*}:../../devel/p5-parent + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack/distinfo b/www/p5-Plack/distinfo new file mode 100644 index 00000000000..53f91e41fc4 --- /dev/null +++ b/www/p5-Plack/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/10 12:47:02 seb Exp $ + +SHA1 (Plack-0.9929.tar.gz) = 1df3d274a8738d4e3810cfc3b9fce1d58408315e +RMD160 (Plack-0.9929.tar.gz) = 99b76af209bcd34ffe37f8c62995d9b2e08f05c1 +Size (Plack-0.9929.tar.gz) = 2526117 bytes |