diff options
author | mef <mef@pkgsrc.org> | 2016-05-30 14:09:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2016-05-30 14:09:05 +0000 |
commit | 68894a1ce289269e6d35f9ab5e77815e37014b87 (patch) | |
tree | 05c601f23b9233e4fd50032cfba7a0fb25a28199 | |
parent | a7e41c06671de933e85cdb7a868d02b407960ce4 (diff) | |
download | pkgsrc-68894a1ce289269e6d35f9ab5e77815e37014b87.tar.gz |
- Add BUILD_DEPENDS to p5-File-Slurp-Tiny-[0-9]* for make test
-rw-r--r-- | devel/p5-Perl-Version/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Perl-Version/Makefile b/devel/p5-Perl-Version/Makefile index 02280cd1c00..c84072aad3c 100644 --- a/devel/p5-Perl-Version/Makefile +++ b/devel/p5-Perl-Version/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:38 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2016/05/30 14:09:05 mef Exp $ # DISTNAME= Perl-Version-1.013 @@ -15,6 +15,9 @@ LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty MAKE_ENV+= PERL_MM_USE_DEFAULT=1 +# for make test +BUILD_DEPENDS+= p5-File-Slurp-Tiny-[0-9]*:../../devel/p5-File-Slurp-Tiny + PERL5_PACKLIST= auto/Perl/Version/.packlist .include "../../lang/perl5/module.mk" |