summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-22 16:44:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-09-22 16:44:47 +0000
commit206e4dce78c3b373c8e74e7de614a97b7ca7a4ce (patch)
treea6f1849a92b8b61e3c93194c46bb157282f37222 /dns/p5-Net-DNS/Makefile
parentUpdate to 5.6.1 (diff)
Update to 1.18
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes
Notes: svn path=/head/; revision=480411
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r--dns/p5-Net-DNS/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index b686d12c1252..55fb235f26aa 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-DNS
-PORTVERSION= 1.17
+PORTVERSION= 1.18
PORTEPOCH= 1
CATEGORIES= dns net perl5 ipv6
MASTER_SITES= CPAN
@@ -23,11 +23,12 @@ IDN2_DESC= International Domain Names support via Net::LibIDN2
SSHFP_DESC= SSH2 Fingerprint support
TSIG_DESC= Transaction Signature Support
-CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
-NO_ARCH= yes
USES= perl5
USE_PERL5= configure
+CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
+NO_ARCH= yes
+
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