1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/dns/sleuth/Makefile
2006-11-08 09:28:33 +00:00

34 lines
793 B
Makefile

# New ports collection makefile for: sleuth
# Date created: Jun 15, 2001
# Whom: Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#
PORTNAME= sleuth
PORTVERSION= 1.4.1
CATEGORIES= dns
MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= A tool for checking DNS zones
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
USE_PERL5= yes
PLIST_FILES= bin/sleuth etc/sleuth.conf.sample
post-patch:
${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \
s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>