diff options
author | seb <seb> | 2010-07-11 10:28:17 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-11 10:28:17 +0000 |
commit | 3e0ea8008624b06fcea65608906ee89e55a26d22 (patch) | |
tree | b2a91518ff403a65ca9935e456ec87c087b4121d /www/p5-Squatting-On-PSGI | |
parent | 5394ccffd8e44dfbeb52321bb72367801d545866 (diff) | |
download | pkgsrc-3e0ea8008624b06fcea65608906ee89e55a26d22.tar.gz |
Initial import of p5-Squatting-On-PSGI version 0.04 in the NetBSD
Packages Collection.
The Perl 5 module Squatting::On::PSGI is an adapter to run Squatting
applications on PSGI implementations.
Diffstat (limited to 'www/p5-Squatting-On-PSGI')
-rw-r--r-- | www/p5-Squatting-On-PSGI/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Squatting-On-PSGI/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Squatting-On-PSGI/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Squatting-On-PSGI/DESCR b/www/p5-Squatting-On-PSGI/DESCR new file mode 100644 index 00000000000..4c2d09fa721 --- /dev/null +++ b/www/p5-Squatting-On-PSGI/DESCR @@ -0,0 +1,2 @@ +The Perl 5 module Squatting::On::PSGI is an adapter to run Squatting +applications on PSGI implementations. diff --git a/www/p5-Squatting-On-PSGI/Makefile b/www/p5-Squatting-On-PSGI/Makefile new file mode 100644 index 00000000000..fbf213a1599 --- /dev/null +++ b/www/p5-Squatting-On-PSGI/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/11 10:28:17 seb Exp $ + +DISTNAME= Squatting-On-PSGI-0.04 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BE/BEPPU/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Squatting-On-PSGI/ +COMMENT= Perl 5 module to run Squatting applications on PSGI +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Squatting/On/PSGI/.packlist + +BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack +DEPENDS+= p5-Squatting-[0-9]*:../../www/p5-Squatting + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Squatting-On-PSGI/distinfo b/www/p5-Squatting-On-PSGI/distinfo new file mode 100644 index 00000000000..25da76d7c89 --- /dev/null +++ b/www/p5-Squatting-On-PSGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/11 10:28:17 seb Exp $ + +SHA1 (Squatting-On-PSGI-0.04.tar.gz) = 3a97ec5bdfe03ff8f926183a089cd24be67e67c0 +RMD160 (Squatting-On-PSGI-0.04.tar.gz) = 8a1d9b49f8a5b55e1fd86e4353c2e340cd515e13 +Size (Squatting-On-PSGI-0.04.tar.gz) = 42097 bytes |