summaryrefslogtreecommitdiff
path: root/dns/sleuth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/sleuth/Makefile')
-rw-r--r--dns/sleuth/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile
deleted file mode 100644
index 253295edab84..000000000000
--- a/dns/sleuth/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: sleuth
-# Date created: Jun 15, 2001
-# Whom: Mark Pulford <mark@kyne.com.au>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sleuth
-PORTVERSION= 1.3
-CATEGORIES= net
-MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/
-
-MAINTAINER= markp@FreeBSD.org
-
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS
-
-USE_PERL5= yes
-
-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>