Add BUILD_DEPENDS+= p5-Test-Warnings for make test

This commit is contained in:
mef 2015-05-23 02:52:35 +00:00
parent 5973e0bbf2
commit ce57b81333

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2015/05/22 23:53:06 mef Exp $
# $NetBSD: Makefile,v 1.5 2015/05/23 02:52:35 mef Exp $
DISTNAME= Data-Munge-0.095
PKGNAME= p5-${DISTNAME}
@ -10,6 +10,9 @@ HOMEPAGE= http://search.cpan.org/dist/Data-Munge/
COMMENT= Various utility functions
LICENSE= ${PERL5_LICENSE}
# for make test
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
PERL5_PACKLIST= auto/Data/Munge/.packlist
.include "../../lang/perl5/module.mk"