diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-17 17:31:17 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2019-04-17 17:31:17 +0800 |
commit | 21d708cbc411acd43e3a8e29b1a07ee28d7bce25 (patch) | |
tree | 05d81ad5c44bec54487926ad2122d16fa278f588 /dns | |
parent | e6409f2572f49bbde300e001e45298dd46a36286 (diff) | |
download | freebsd-ports-gnome-21d708cbc411acd43e3a8e29b1a07ee28d7bce25.tar.gz freebsd-ports-gnome-21d708cbc411acd43e3a8e29b1a07ee28d7bce25.tar.zst freebsd-ports-gnome-21d708cbc411acd43e3a8e29b1a07ee28d7bce25.zip |
- Fix LICENSE
- Add NO_ARCH
- Update WWW
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 |