diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:56:53 +0000 |
commit | 72185e5fb2229800490e58850811d57db1039664 (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/walker | |
parent | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (diff) |
Notes
Diffstat (limited to 'dns/walker')
-rw-r--r-- | dns/walker/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dns/walker/Makefile b/dns/walker/Makefile index 6e843f5f331e..6c4c5208f543 100644 --- a/dns/walker/Makefile +++ b/dns/walker/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: walker -# Date created: May 30, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= walker PORTVERSION= 3.8 @@ -17,7 +12,7 @@ COMMENT= Recover zone file information from servers that use DNSSEC RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ p5-Net-DNS-SEC>=0:${PORTSDIR}/dns/p5-Net-DNS-SEC -USE_PERL5= yes +USES= perl5 NO_BUILD= yes MAN1= walker.1 |