diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/axfr2acl/Makefile | 3 | ||||
-rw-r--r-- | dns/axfr2acl/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dns/axfr2acl/Makefile b/dns/axfr2acl/Makefile index 2c1eb1fb65ea..1435de2b550e 100644 --- a/dns/axfr2acl/Makefile +++ b/dns/axfr2acl/Makefile @@ -9,12 +9,13 @@ MASTER_SITES= http://download.gnu.org.ua/pub/release/dnstools/ MAINTAINER= ports@FreeBSD.org COMMENT= Transfer A records from DNS zones and convert to BIND ACLs -LICENSE= GPLv3 +LICENSE= GPLv3+ RUN_DEPENDS= p5-Net-DNS>0:dns/p5-Net-DNS USES= perl5 USE_PERL5= configure +NO_ARCH= yes PLIST_FILES= bin/axfr2acl ${SITE_MAN1}/axfr2acl.1.gz diff --git a/dns/axfr2acl/pkg-descr b/dns/axfr2acl/pkg-descr index 4690e78c02d3..deed2041ac70 100644 --- a/dns/axfr2acl/pkg-descr +++ b/dns/axfr2acl/pkg-descr @@ -4,4 +4,4 @@ an ACL for use in BIND configuration files. It is part of dnstools, a set of utilities for DNS management and related tasks. -WWW: http://www.gnu.org.ua/software/dnstools/axfr2acl.html +WWW: https://www.gnu.org.ua/software/dnstools/axfr2acl.html |