1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-05 07:57:38 -04:00

dns/p5-DNS-nsdiff: Add option to depend on bind920

Make bind920 the default, tracking changes to the bind ports.

Reported by:	Matthias Fechner
This commit is contained in:
Matthew Seaman 2024-08-26 12:57:34 +01:00
parent fc6eab82be
commit 00e0dfe7f5

View file

@ -1,5 +1,6 @@
PORTNAME= DNS-nsdiff
PORTVERSION= 1.85
PORTREVISION= 1
CATEGORIES= dns perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,13 +15,15 @@ LICENSE_COMB= dual
RUN_DEPENDS= nsupdate:dns/bind-tools
OPTIONS_RADIO= BIND
OPTIONS_RADIO_BIND= BIND918 BINDDEVEL
OPTIONS_DEFAULT= BIND918
OPTIONS_RADIO_BIND= BIND918 BIND920 BINDDEVEL
OPTIONS_DEFAULT= BIND920
BIND918_DESC= Use Bind 9.18 for named-compilezone
BIND920_DESC= Use Bind 9.20 for named-compilezone
BINDDEVEL_DESC= Use Bind 9-devel for named-compilezone
BIND918_RUN_DEPENDS= named-compilezone:dns/bind918
BIND920_RUN_DEPENDS= named-compilezone:dns/bind920
BINDDEVEL_RUN_DEPENDS= named-compilezone:dns/bind9-devel
NO_ARCH= yes