summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-19 20:36:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-10-19 20:36:05 +0000
commitd024b59872bfde4ae2721d441705bf486677e43d (patch)
treeed08df1b52b64a1bde6c1aab215a8b5d848294a4 /dns/p5-Net-DNS/Makefile
parentUpdate to 7.08 (diff)
Update to 1.13
- Remove GOST option - Add IDN2 option - Add IDN_DESC and IDN2_DESC Changes: http://search.cpan.org/dist/Net-DNS/Changes
Notes
Notes: svn path=/head/; revision=452476
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r--dns/p5-Net-DNS/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index c1e7a8d6d683..9ca667673e22 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-DNS
-PORTVERSION= 1.12
+PORTVERSION= 1.13
PORTEPOCH= 1
CATEGORIES= dns net perl5 ipv6
MASTER_SITES= CPAN
@@ -16,9 +16,10 @@ LICENSE= MIT
TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
p5-Test-Pod>=0:devel/p5-Test-Pod
-OPTIONS_DEFINE= GOST IDN IPV6 SSHFP TSIG
+OPTIONS_DEFINE= IDN IDN2 IPV6 SSHFP TSIG
OPTIONS_DEFAULT=TSIG
-GOST_DESC= GOST support
+IDN_DESC= International Domain Names support via Net::LibIDN
+IDN2_DESC= International Domain Names support via Net::LibIDN2
SSHFP_DESC= SSH2 Fingerprint support
TSIG_DESC= Transaction Signature Support
@@ -27,10 +28,10 @@ NO_ARCH= yes
USES= perl5
USE_PERL5= configure
-GOST_BUILD_DEPENDS= p5-Digest-GOST>=0.06:security/p5-Digest-GOST
-GOST_RUN_DEPENDS= p5-Digest-GOST>=0.06:security/p5-Digest-GOST
IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN
+IDN2_BUILD_DEPENDS= p5-Net-LibIDN2>=1:dns/p5-Net-LibIDN2
+IDN2_RUN_DEPENDS= p5-Net-LibIDN2>=1:dns/p5-Net-LibIDN2
SSHFP_BUILD_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
SSHFP_RUN_DEPENDS= p5-Digest-BubbleBabble>=0.01:security/p5-Digest-BubbleBabble
TSIG_BUILD_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC