mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
24 lines
513 B
Makefile
24 lines
513 B
Makefile
# Created by: 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
|
|
|
|
USES= perl5
|
|
|
|
PLIST_FILES= bin/dnscheck
|
|
|
|
NO_STAGE= yes
|
|
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>
|