diff options
author | az <az@FreeBSD.org> | 2013-09-11 16:56:53 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 16:56:53 +0800 |
commit | f8b9d36c914c82d7b80560d88765d1d87b6611fc (patch) | |
tree | 9c01d1faf4fbbd4d19b88647d3113491e00711c3 /dns/dnscheck/Makefile | |
parent | 02fdfe0510d692762b6a17b5e24188ac34fe5bdb (diff) | |
download | freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.gz freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.tar.zst freebsd-ports-gnome-f8b9d36c914c82d7b80560d88765d1d87b6611fc.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
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 |