summaryrefslogtreecommitdiff
path: root/net/p5-Net-Google-Code
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-05-09 23:12:19 +0000
committermef <mef@pkgsrc.org>2015-05-09 23:12:19 +0000
commitcf310648ed5bdeda0b6414c67f83331745a03ba2 (patch)
tree28352e5adb404ce5ae58a576640f239da09dcc42 /net/p5-Net-Google-Code
parentfda0db9a1b669606f20b84aceb5cf119f3aa0d90 (diff)
downloadpkgsrc-cf310648ed5bdeda0b6414c67f83331745a03ba2.tar.gz
Set TEST_TARGET?= # empty to skip make test
devel/autoconf (but just add 2.69 status) devel/dejagnu devel/p5-ExtUtils-AutoInstall (infinite loop) devel/p5-Inline-C (fail at t/27inline_maker.t) devel/p5-Search-Elasticsearch (several items) Some other {net,devel}/p5-packages Set BUILD_DEPENDS+= for make test
Diffstat (limited to 'net/p5-Net-Google-Code')
-rw-r--r--net/p5-Net-Google-Code/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Google-Code/Makefile b/net/p5-Net-Google-Code/Makefile
index 3fd08d3902d..8e0a150b646 100644
--- a/net/p5-Net-Google-Code/Makefile
+++ b/net/p5-Net-Google-Code/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2015/05/09 23:12:19 mef Exp $
#
DISTNAME= Net-Google-Code-0.19
@@ -30,5 +30,8 @@ DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
DEPENDS+= p5-WWW-Mechanize-[0-9]*:../../www/p5-WWW-Mechanize
DEPENDS+= p5-XML-FeedPP-[0-9]*:../../textproc/p5-XML-FeedPP
+# for make test
+BUILD_DEPENDS+= p5-SUPER-[0-9]*:../../devel/p5-SUPER
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"