diff options
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index 3a8e41f77b23..642b8451cbbb 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-DNS PORTVERSION= 0.83 +PORTREVISION= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,9 +14,7 @@ COMMENT= Perl5 interface to the DNS resolver, and dynamic updates LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Digest-MD5>=2.13:${PORTSDIR}/security/p5-Digest-MD5 \ - p5-Digest-SHA>=5.23:${PORTSDIR}/security/p5-Digest-SHA +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod |