summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser-Lite
diff options
context:
space:
mode:
authormef <mef>2017-02-01 13:31:51 +0000
committermef <mef>2017-02-01 13:31:51 +0000
commite74b1ed69d84c68fe68230fac1a2dab30c7072c8 (patch)
treea076783a682631761ed5d300c4edfbc957882e68 /textproc/p5-XML-Parser-Lite
parent5a680d8c455c7663585f70d2b2444bb3e0525aaf (diff)
downloadpkgsrc-e74b1ed69d84c68fe68230fac1a2dab30c7072c8.tar.gz
Added BUILD_DEPENDS+= lines for make test
Diffstat (limited to 'textproc/p5-XML-Parser-Lite')
-rw-r--r--textproc/p5-XML-Parser-Lite/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-XML-Parser-Lite/Makefile b/textproc/p5-XML-Parser-Lite/Makefile
index f83381c87c3..afa50d42a4b 100644
--- a/textproc/p5-XML-Parser-Lite/Makefile
+++ b/textproc/p5-XML-Parser-Lite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/08 19:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/02/01 13:31:52 mef Exp $
DISTNAME= XML-Parser-Lite-0.721
PKGNAME= p5-${DISTNAME}
@@ -11,6 +11,9 @@ HOMEPAGE= http://search.cpan.org/dist/XML-ParserLite/
COMMENT= Lightweight regexp-based XML parser
LICENSE= ${PERL5_LICENSE}
+# for make test
+BUILD_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+
PERL5_PACKLIST= auto/XML/Parser/Lite/.packlist
.include "../../lang/perl5/module.mk"