diff options
author | obache <obache@pkgsrc.org> | 2011-08-16 09:40:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-16 09:40:46 +0000 |
commit | 01d323da4104299eb53af43a56c8f487606d13c9 (patch) | |
tree | c9160a4a79b2de5ff6d491a62fcdac276251e048 /net/p5-Test-DNS | |
parent | db90a44649d810b3979c7b5689335e07418fe32a (diff) | |
download | pkgsrc-01d323da4104299eb53af43a56c8f487606d13c9.tar.gz |
Drop Module::Build requirements, default dependency is sufficient.
Diffstat (limited to 'net/p5-Test-DNS')
-rw-r--r-- | net/p5-Test-DNS/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-Test-DNS/Makefile b/net/p5-Test-DNS/Makefile index 3c11b9cade7..09a9f03941a 100644 --- a/net/p5-Test-DNS/Makefile +++ b/net/p5-Test-DNS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/08/14 14:14:49 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/08/16 09:40:46 obache Exp $ # DISTNAME= Test-DNS-0.08 @@ -18,7 +18,6 @@ PERL5_MODULE_TYPE= Module::Build USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Test/DNS/.packlist -BUILD_DEPENDS+= {perl>=5.11.4,p5-Module-Build>=0.3601}:../../devel/p5-Module-Build BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep DEPENDS+= p5-Moose>=0.8:../../devel/p5-Moose DEPENDS+= p5-Net-DNS>=0:../../net/p5-Net-DNS |