Add following BUILD_DEPENDS for make test
+BUILD_DEPENDS+= p5-Debug-ShowStuff-[0-9]*:../../devel/p5-Debug-ShowStuff +BUILD_DEPENDS+= p5-String-Util-[0-9]*:../../devel/p5-String-Util +BUILD_DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
This commit is contained in:
parent
454f6fae69
commit
bc7b06d27d
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:06 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2015/11/27 13:13:40 mef Exp $
|
||||
|
||||
DISTNAME= Data-Taxi-0.96
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -11,6 +11,10 @@ HOMEPAGE= http://search.cpan.org/dist/Data-Taxi/
|
|||
COMMENT= Perl 5 module providing taint-aware, XML-ish data serialization
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
BUILD_DEPENDS+= p5-Debug-ShowStuff-[0-9]*:../../devel/p5-Debug-ShowStuff
|
||||
BUILD_DEPENDS+= p5-String-Util-[0-9]*:../../devel/p5-String-Util
|
||||
BUILD_DEPENDS+= p5-Tie-IxHash-[0-9]*:../../devel/p5-Tie-IxHash
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Data/Taxi/.packlist
|
||||
|
||||
|
|
Loading…
Reference in a new issue