summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-28 12:49:02 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-03-28 12:49:02 +0000
commitc3f8bc5dd9222ac1bcb3651b4c6a6ee89fed8e02 (patch)
treeabfcf0cedfa427fa640111e0ab04b528763019fa /dns/p5-Net-DNS/Makefile
parentUpdate to 1.010001 (diff)
Update to 1.23
Changes: https://metacpan.org/changes/distribution/Net-DNS
Notes
Notes: svn path=/head/; revision=529380
Diffstat (limited to 'dns/p5-Net-DNS/Makefile')
-rw-r--r--dns/p5-Net-DNS/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile
index c4588287855e..241d7301798e 100644
--- a/dns/p5-Net-DNS/Makefile
+++ b/dns/p5-Net-DNS/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Net-DNS
-PORTVERSION= 1.22
+PORTVERSION= 1.23
PORTEPOCH= 1
CATEGORIES= dns net perl5
MASTER_SITES= CPAN
@@ -16,6 +16,12 @@ LICENSE= MIT
TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \
p5-Test-Pod>=0:devel/p5-Test-Pod
+USES= perl5
+USE_PERL5= configure
+
+CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests
+NO_ARCH= yes
+
OPTIONS_DEFINE= IDN IDN2 IPV6 SSHFP TSIG
OPTIONS_DEFAULT=TSIG
IDN_DESC= International Domain Names support via Net::LibIDN
@@ -23,12 +29,6 @@ IDN2_DESC= International Domain Names support via Net::LibIDN2
SSHFP_DESC= SSH2 Fingerprint support
TSIG_DESC= Transaction Signature Support
-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