diff options
author | seb <seb> | 2010-07-10 06:58:25 +0000 |
---|---|---|
committer | seb <seb> | 2010-07-10 06:58:25 +0000 |
commit | 67b14a4609246a1d2a0c1f7e8529e4ad2631df3b (patch) | |
tree | be74e5b3268d893ac13cfa619c4f4d803572b49b /www | |
parent | 45acba380a0050c60d6e7de2bd6aba8c48b38e76 (diff) | |
download | pkgsrc-67b14a4609246a1d2a0c1f7e8529e4ad2631df3b.tar.gz |
Initial import of p5-Test-WWW-Mechanize-PSGI version 0.35 in the
NetBSD Packages Collection.
The Perl 5 Test::WWW::Mechanize::PSGI meshes Test::WWW::Mechanize,
a subclass of WWW::Mechanize that incorporates features for web
application testing, and PSGI, a specification to decouple web
server environments from web application framework code. Hence it
allows easy testing of PSGI applications.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Test-WWW-Mechanize-PSGI/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize-PSGI/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize-PSGI/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/www/p5-Test-WWW-Mechanize-PSGI/DESCR b/www/p5-Test-WWW-Mechanize-PSGI/DESCR new file mode 100644 index 00000000000..09844c1e6e3 --- /dev/null +++ b/www/p5-Test-WWW-Mechanize-PSGI/DESCR @@ -0,0 +1,5 @@ +The Perl 5 Test::WWW::Mechanize::PSGI meshes Test::WWW::Mechanize, +a subclass of WWW::Mechanize that incorporates features for web +application testing, and PSGI, a specification to decouple web +server environments from web application framework code. Hence +it allows easy testing of PSGI applications. diff --git a/www/p5-Test-WWW-Mechanize-PSGI/Makefile b/www/p5-Test-WWW-Mechanize-PSGI/Makefile new file mode 100644 index 00000000000..717703bc6d7 --- /dev/null +++ b/www/p5-Test-WWW-Mechanize-PSGI/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/10 06:58:25 seb Exp $ + +DISTNAME= Test-WWW-Mechanize-PSGI-0.35 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize-PSGI/ +COMMENT= Perl 5 module to test PSGI programs using WWW::Mechanize +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Test/WWW/Mechanize/PSGI/.packlist + +DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack +DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize +DEPENDS+= p5-Try-Tiny-[0-9]*:../../devel/p5-Try-Tiny + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Test-WWW-Mechanize-PSGI/distinfo b/www/p5-Test-WWW-Mechanize-PSGI/distinfo new file mode 100644 index 00000000000..50c083b172f --- /dev/null +++ b/www/p5-Test-WWW-Mechanize-PSGI/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/10 06:58:25 seb Exp $ + +SHA1 (Test-WWW-Mechanize-PSGI-0.35.tar.gz) = e779fc7835cdf5ed922ca47f94f1f856c91cce84 +RMD160 (Test-WWW-Mechanize-PSGI-0.35.tar.gz) = a8d804200f63ee8e9c38b6a4e4454c465006a695 +Size (Test-WWW-Mechanize-PSGI-0.35.tar.gz) = 6885 bytes |