diff options
author | mef <mef@pkgsrc.org> | 2017-02-01 13:31:51 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-02-01 13:31:51 +0000 |
commit | 6f9027240b10bfefbfbaa753f0c78116bd118112 (patch) | |
tree | d3a187f6769a54863c2fb88f814e92bddaf3f911 /textproc | |
parent | c3eaf55a42348906b61e09bcce67d3337b003a06 (diff) | |
download | pkgsrc-6f9027240b10bfefbfbaa753f0c78116bd118112.tar.gz |
Added BUILD_DEPENDS+= lines for make test
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Parser-Lite/Makefile | 5 |
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" |