diff options
author | mef <mef> | 2017-02-01 13:31:51 +0000 |
---|---|---|
committer | mef <mef> | 2017-02-01 13:31:51 +0000 |
commit | a06fbe37a8e6161550a0e97a49b0b02bd77a2385 (patch) | |
tree | a076783a682631761ed5d300c4edfbc957882e68 /textproc | |
parent | 0540e49dd3d0071e0d88511ca0967f4dc5aef361 (diff) | |
download | pkgsrc-a06fbe37a8e6161550a0e97a49b0b02bd77a2385.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" |