summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormef <mef>2015-08-22 13:40:36 +0000
committermef <mef>2015-08-22 13:40:36 +0000
commit4591c69bba1c89742715d3c633e9579f6aade017 (patch)
tree837855c209ac092fe83532100398dadd14d12018 /www
parentf93e5a741f35d1921e6868a8d3136048f859f4b8 (diff)
downloadpkgsrc-4591c69bba1c89742715d3c633e9579f6aade017.tar.gz
Add following two lines for make test
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo BUILD_DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
Diffstat (limited to 'www')
-rw-r--r--www/p5-WWW-Pastebin-PastebinCom-Create/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile b/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
index 27f6a6db3a2..6100998db9b 100644
--- a/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
+++ b/www/p5-WWW-Pastebin-PastebinCom-Create/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/06/12 10:52:14 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/08/22 13:40:36 mef Exp $
DISTNAME= WWW-Pastebin-PastebinCom-Create-1.003
PKGNAME= p5-${DISTNAME}
@@ -17,6 +17,9 @@ PERL5_PACKLIST= auto/WWW/Pastebin/PastebinCom/Create/.packlist
DEPENDS+= p5-URI>=1.35:../../www/p5-URI
# LWP::UserAgent 2.036 is really what is required
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
+# for make test
+BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
+BUILD_DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"