aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2019-09-18 17:38:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2019-09-18 17:38:19 +0800
commitb254ea54e983035c3502b034a05f520afde58501 (patch)
treee04d7b8db993ac150600cac33d4af6512fd9c112 /dns
parentf5feb25011045b20faec3037b04dafd848c45588 (diff)
downloadfreebsd-ports-gnome-b254ea54e983035c3502b034a05f520afde58501.tar.gz
freebsd-ports-gnome-b254ea54e983035c3502b034a05f520afde58501.tar.zst
freebsd-ports-gnome-b254ea54e983035c3502b034a05f520afde58501.zip
- Add LICENSE
- Update WWW Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r--dns/walker/Makefile3
-rw-r--r--dns/walker/pkg-descr2
2 files changed, 4 insertions, 1 deletions
diff --git a/dns/walker/Makefile b/dns/walker/Makefile
index cdc0fadf6412..3e961783ad0c 100644
--- a/dns/walker/Makefile
+++ b/dns/walker/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://josefsson.org/walker/releases/
MAINTAINER= johans@FreeBSD.org
COMMENT= Recover zone file information from servers that use DNSSEC
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= p5-Net-DNS>=0:dns/p5-Net-DNS \
p5-Net-DNS-SEC>=0:dns/p5-Net-DNS-SEC
diff --git a/dns/walker/pkg-descr b/dns/walker/pkg-descr
index dcba3b28a0df..9ef99dcf1220 100644
--- a/dns/walker/pkg-descr
+++ b/dns/walker/pkg-descr
@@ -4,4 +4,4 @@ transfers but use DNSSEC.
Fetch NXT record on zone name, walk the NXT chain until all records are
fetched. Requires Bind version 9.x program `dig' located in path.
-WWW: http://josefsson.org/walker/
+WWW: https://josefsson.org/walker/