diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-04 13:37:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-04 13:37:50 +0000 |
commit | e7f9c2ba8d44a133ccf1df114f0341dde298dec2 (patch) | |
tree | 22a6748692ed5e90ecc93ef4eb4aa9d833a0f0d1 /devel | |
parent | 27ec6048e2a2009eb880c138e5e546b21e148558 (diff) | |
download | pkgsrc-e7f9c2ba8d44a133ccf1df114f0341dde298dec2.tar.gz |
*: remove p5-Test-Harness, part of perl
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Build-Tiny/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/p5-Module-Build-Tiny/Makefile b/devel/p5-Module-Build-Tiny/Makefile index 6abacbdbb33..c9d75ad5cc6 100644 --- a/devel/p5-Module-Build-Tiny/Makefile +++ b/devel/p5-Module-Build-Tiny/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2020/08/31 18:08:21 wiz Exp $ -# +# $NetBSD: Makefile,v 1.19 2020/09/04 13:37:50 wiz Exp $ DISTNAME= Module-Build-Tiny-0.039 PKGNAME= p5-${DISTNAME} @@ -16,8 +15,6 @@ DEPENDS+= p5-ExtUtils-Config>=0.003:../../devel/p5-ExtUtils-Config DEPENDS+= p5-ExtUtils-Helpers>=0.020:../../devel/p5-ExtUtils-Helpers DEPENDS+= p5-ExtUtils-InstallPaths>=0.002:../../devel/p5-ExtUtils-InstallPaths -BUILD_DEPENDS+= p5-Test-Harness>=3.30:../../devel/p5-Test-Harness - USE_LANGUAGES= c # For the tests #BUILDING_MODULE_BUILD= yes PERL5_MODULE_TYPE= Module::Build::Tiny |