diff options
author | pi <pi@FreeBSD.org> | 2016-06-10 02:36:18 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-10 02:36:18 +0800 |
commit | ac2435fab495e4b1a09eedc0f420deec9bc7d0eb (patch) | |
tree | f4c1a1010b3a6ef7e134543425bd3e0472fe5376 /dns | |
parent | 27e9a6ead01ef0a863af992f6e005b1a4fe751b9 (diff) | |
download | freebsd-ports-gnome-ac2435fab495e4b1a09eedc0f420deec9bc7d0eb.tar.gz freebsd-ports-gnome-ac2435fab495e4b1a09eedc0f420deec9bc7d0eb.tar.zst freebsd-ports-gnome-ac2435fab495e4b1a09eedc0f420deec9bc7d0eb.zip |
dns/p5-Net-DNS: re-add TSIG option
PR: 208257
Pointy hat to: pi
Reported by: adamw
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-DNS/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dns/p5-Net-DNS/Makefile b/dns/p5-Net-DNS/Makefile index fb9338d49133..4ae75768d667 100644 --- a/dns/p5-Net-DNS/Makefile +++ b/dns/p5-Net-DNS/Makefile @@ -3,6 +3,7 @@ PORTNAME= Net-DNS PORTVERSION= 1.06 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN @@ -18,9 +19,11 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:devel/p5-Test-Pod -OPTIONS_DEFINE= GOST IDN IPV6 SSHFP +OPTIONS_DEFINE= GOST IDN IPV6 SSHFP TSIG +OPTIONS_DEFAULT=TSIG GOST_DESC= GOST support SSHFP_DESC= SSH2 Fingerprint support +TSIG_DESC= Transaction Signature Support CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests NO_ARCH= yes @@ -33,6 +36,8 @@ IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN IDN_RUN_DEPENDS= p5-Net-LibIDN>=0.12:dns/p5-Net-LibIDN 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 +TSIG_RUN_DEPENDS= p5-Digest-HMAC>=1.03:security/p5-Digest-HMAC .include <bsd.port.pre.mk> |