mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
86130d5d53
References: - ports/150525 - http://www.robtex.com/dns/netleader.com.au.html - http://www.robtex.com/dns/downtools.com.au.html PR: ports/152392 Submitted by: Jarrod Sayers <jarrod@downtools.com.au> Approved by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
27 lines
586 B
Makefile
27 lines
586 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.3
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://www.downtools.com.au/~jarrod/projects/dnscheck/download/
|
|
|
|
MAINTAINER= jarrod@downtools.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>
|