diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-26 19:16:16 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2015-02-26 19:16:16 +0000 |
commit | 257d84ec6a233bea6ff6618faf0166b8e6e372d4 (patch) | |
tree | d7a27a052c988e47300317a32a14aa610ac9f4b5 /dns | |
parent | 193b3a79464cb1a418cafa807643f8dd2450d4b4 (diff) |
Notes
Diffstat (limited to 'dns')
-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 |