freebsd-ports/dns/dnscheck/Makefile
Erwin Lansing 7185fe3094 Change a non-existent USE_PERL to a working USE_PERL5
Approved by:	maintainer timeout
2006-06-26 10:29:18 +00:00

27 lines
578 B
Makefile

# New ports collection makefile for: dnscheck
# Date created: 25 September 2005
# Whom: Jarrod Sayers <jarrod@netleader.com.au>
#
# $FreeBSD$
#
PORTNAME= dnscheck
PORTVERSION= 1.2
CATEGORIES= dns
MASTER_SITES= http://www.netleader.com.au/projects/dnscheck/download/
MAINTAINER= jarrod@netleader.com.au
COMMENT= DNS zone sanity checker
USE_PERL5= yes
PLIST_FILES= bin/dnscheck
post-patch:
${REINPLACE_CMD} -e 's|^#!/usr/bin/perl |#!${PERL} |' ${WRKSRC}/dnscheck.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dnscheck.pl ${PREFIX}/bin/dnscheck
.include <bsd.port.mk>