Index: head/dns/walker/Makefile =================================================================== --- head/dns/walker/Makefile (revision 512267) +++ head/dns/walker/Makefile (revision 512268) @@ -1,34 +1,37 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= walker PORTVERSION= 3.8 PORTREVISION= 1 CATEGORIES= dns 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 USES= perl5 shebangfix SHEBANG_FILES= walker NO_BUILD= yes NO_ARCH= yes PLIST_FILES= bin/walker man/man1/walker.1.gz PORTDOCS= index.html OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/walker ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/walker.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/index.html ${STAGEDIR}${DOCSDIR} .include Index: head/dns/walker/pkg-descr =================================================================== --- head/dns/walker/pkg-descr (revision 512267) +++ head/dns/walker/pkg-descr (revision 512268) @@ -1,7 +1,7 @@ walker - recover zone file information from servers that have disabled zone 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/