diff options
Diffstat (limited to 'dns/dnscheck/Makefile')
-rw-r--r-- | dns/dnscheck/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dns/dnscheck/Makefile b/dns/dnscheck/Makefile index 55a4374505ad..6424be4ef4b8 100644 --- a/dns/dnscheck/Makefile +++ b/dns/dnscheck/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dnscheck -# Date created: 25 September 2005 -# Whom: Jarrod Sayers <jarrod@netleader.com.au> -# +# Created by: Jarrod Sayers <jarrod@netleader.com.au> # $FreeBSD$ -# PORTNAME= dnscheck PORTVERSION= 1.3 @@ -13,7 +9,7 @@ MASTER_SITES= http://www.downtools.com.au/~jarrod/projects/dnscheck/download/ MAINTAINER= jarrod@downtools.com.au COMMENT= DNS zone sanity checker -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/dnscheck |