diff options
-rw-r--r-- | www/p5-Test-WWW-Declare/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/p5-Test-WWW-Declare/Makefile b/www/p5-Test-WWW-Declare/Makefile index f57687b38e5..c86e54a7623 100644 --- a/www/p5-Test-WWW-Declare/Makefile +++ b/www/p5-Test-WWW-Declare/Makefile @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:38:15 wiz Exp $ -# +# $NetBSD: Makefile,v 1.10 2015/05/06 07:36:26 wiz Exp $ DISTNAME= Test-WWW-Declare-0.02 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Declare/ COMMENT= Perl 5 module for declarative testing of web app +LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/WWW/Declare/.packlist BUILD_DEPENDS+= p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple -BUILD_DEPENDS+= p5-Test-Tester-[0-9]*:../../devel/p5-Test-Tester +BUILD_DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize +DEPENDS+= p5-CGI-[0-9]*:../../www/p5-CGI .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |