summaryrefslogtreecommitdiff
path: root/devel/p5-Perl-Version
diff options
context:
space:
mode:
authormef <mef>2016-05-30 14:09:05 +0000
committermef <mef>2016-05-30 14:09:05 +0000
commit3427052f68131e50e5f49cf0c615f9d80b80ac38 (patch)
treeb64a5621c2dae805a54c42e42e0d513725f2c9e8 /devel/p5-Perl-Version
parent7dd45f36607f67230b743c57e02c5e284095d738 (diff)
downloadpkgsrc-3427052f68131e50e5f49cf0c615f9d80b80ac38.tar.gz
- Add BUILD_DEPENDS to p5-File-Slurp-Tiny-[0-9]* for make test
Diffstat (limited to 'devel/p5-Perl-Version')
-rw-r--r--devel/p5-Perl-Version/Makefile5
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"