summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2017-02-01 13:31:51 +0000
committermef <mef@pkgsrc.org>2017-02-01 13:31:51 +0000
commit6f9027240b10bfefbfbaa753f0c78116bd118112 (patch)
treed3a187f6769a54863c2fb88f814e92bddaf3f911 /www
parentc3eaf55a42348906b61e09bcce67d3337b003a06 (diff)
downloadpkgsrc-6f9027240b10bfefbfbaa753f0c78116bd118112.tar.gz
Added BUILD_DEPENDS+= lines for make test
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Scrubber/Makefile7
-rw-r--r--www/p5-HTTP-MultiPartParser/Makefile5
-rw-r--r--www/p5-WWW-Form-UrlEncoded/Makefile3
3 files changed, 12 insertions, 3 deletions
diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile
index 471fe4d5ca9..ab8864b82c4 100644
--- a/www/p5-HTML-Scrubber/Makefile
+++ b/www/p5-HTML-Scrubber/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2016/06/08 19:25:04 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2017/02/01 13:31:52 mef Exp $
#
DISTNAME= HTML-Scrubber-0.15
@@ -15,6 +15,11 @@ LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-HTML-Parser>=3.47:../../www/p5-HTML-Parser
BUILD_DEPENDS+= p5-Test-NoTabs-[0-9]*:../../devel/p5-Test-NoTabs
+# for make test
+BUILD_DEPENDS+= p5-Test-CPAN-Meta-[0-9]*:../../devel/p5-Test-CPAN-Meta
+BUILD_DEPENDS+= p5-Test-EOL-[0-9]*:../../devel/p5-Test-EOL
+BUILD_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle
+
PERL5_MODULE_TYPE= Module::Build
USE_LANGUAGES= # empty
diff --git a/www/p5-HTTP-MultiPartParser/Makefile b/www/p5-HTTP-MultiPartParser/Makefile
index 0e2f60d323d..692bc922b8b 100644
--- a/www/p5-HTTP-MultiPartParser/Makefile
+++ b/www/p5-HTTP-MultiPartParser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/01 12:47:20 wen Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/01 13:31:51 mef Exp $
DISTNAME= HTTP-MultiPartParser-0.01
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/HTTP-MultiPartParser/
COMMENT= HTTP MultiPart Parser
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/HTTP/MultiPartParser/.packlist
diff --git a/www/p5-WWW-Form-UrlEncoded/Makefile b/www/p5-WWW-Form-UrlEncoded/Makefile
index 3113c40aa95..3e861d0c62c 100644
--- a/www/p5-WWW-Form-UrlEncoded/Makefile
+++ b/www/p5-WWW-Form-UrlEncoded/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/10/01 12:29:08 wen Exp $
+# $NetBSD: Makefile,v 1.2 2017/02/01 13:31:52 mef Exp $
DISTNAME= WWW-Form-UrlEncoded-0.23
PKGNAME= p5-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE= http://search.cpan.org/dist/WWW-Form-UrlEncoded/
COMMENT= Parser and builder for application/x-www-form-urlencoded
LICENSE= ${PERL5_LICENSE}
+BUILD_DEPENDS+= p5-JSON-[0-9]*:../../converters/p5-JSON
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/WWW/Form/UrlEncoded/.packlist
PERL5_MODULE_TYPE= Module::Build