76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
29 lines
687 B
Makefile
29 lines
687 B
Makefile
# Created by: Mark Pulford <mark@kyne.com.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sleuth
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= dns
|
|
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool for checking DNS zones
|
|
|
|
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
|
|
|
USES= shebangfix perl5
|
|
SHEBANG_FILES= sleuth
|
|
|
|
PLIST_FILES= bin/sleuth etc/sleuth.conf.sample
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e 's|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|' \
|
|
${WRKSRC}/sleuth
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/sleuth.conf \
|
|
${STAGEDIR}${PREFIX}/etc/sleuth.conf.sample
|
|
|
|
.include <bsd.port.mk>
|