diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-19 09:27:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-19 09:27:48 +0000 |
commit | 2ec06ade744eb61bcd4e3939617c693d102f13d4 (patch) | |
tree | 0cf74ac1b4dca2750e5c46cf9de4363586533f5d | |
parent | 5a367cc0b813468d813ae5fe93397172756c1171 (diff) | |
download | pkgsrc-2ec06ade744eb61bcd4e3939617c693d102f13d4.tar.gz |
p5-Path-Tiny: remove unused build dependency
Marked as 'recommended' in META.json, but not used AFAICT.
At least tests still run successfully.
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index 7621b3db412..b0264c37f95 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2017/06/05 14:23:57 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2018/01/19 09:27:48 wiz Exp $ DISTNAME= Path-Tiny-0.104 PKGNAME= p5-${DISTNAME} @@ -13,12 +13,9 @@ LICENSE= apache-2.0 PERL5_PACKLIST= auto/Path/Tiny/.packlist -#DEPENDS+= {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools - BUILD_DEPENDS+= p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide BUILD_DEPENDS+= p5-File-pushd-[0-9]*:../../devel/p5-File-pushd BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep -BUILD_DEPENDS+= p5-Test-FailWarnings-[0-9]*:../../devel/p5-Test-FailWarnings BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal .include "../../lang/perl5/module.mk" |