Index: head/dns/axfr2acl/Makefile =================================================================== --- head/dns/axfr2acl/Makefile (revision 499164) +++ head/dns/axfr2acl/Makefile (revision 499165) @@ -1,21 +1,22 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= axfr2acl PORTVERSION= 1.01 CATEGORIES= dns perl5 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 .include Index: head/dns/axfr2acl/pkg-descr =================================================================== --- head/dns/axfr2acl/pkg-descr (revision 499164) +++ head/dns/axfr2acl/pkg-descr (revision 499165) @@ -1,7 +1,7 @@ axfr2acl transfers A records from the given DNS zones and converts them to 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