diff options
author | mef <mef> | 2015-09-06 03:52:21 +0000 |
---|---|---|
committer | mef <mef> | 2015-09-06 03:52:21 +0000 |
commit | 6dc6f11fce704c40387fa9a9e5ef213f7bb30665 (patch) | |
tree | 7ca5ba3ec566d818378e27bdf8802fb25dfab582 /textproc | |
parent | fbfaf0c656e50b6481997e939699a6db0fb97770 (diff) | |
download | pkgsrc-6dc6f11fce704c40387fa9a9e5ef213f7bb30665.tar.gz |
Add following line for make test
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Spell/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Pod-Spell/Makefile b/textproc/p5-Pod-Spell/Makefile index e8f1f410ba7..a39ad0236c8 100644 --- a/textproc/p5-Pod-Spell/Makefile +++ b/textproc/p5-Pod-Spell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/07/12 18:56:30 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/09/06 03:52:21 mef Exp $ DISTNAME= Pod-Spell-1.17 PKGNAME= p5-${DISTNAME} @@ -18,6 +18,9 @@ DEPENDS+= p5-File-ShareDir>=0:../../devel/p5-File-ShareDir DEPENDS+= p5-File-ShareDir-Install>=0:../../devel/p5-File-ShareDir-Install DEPENDS+= p5-File-ShareDir-ProjectDistDir>=0:../../devel/p5-File-ShareDir-ProjectDistDir +# for make test +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep + PERL5_PACKLIST= auto/Pod/Spell/.packlist SUBST_CLASSES+= perl |