1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/dns/scavenge/Makefile
Andrej Zverev 4641b63dd1 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 13:48:34 +00:00

28 lines
559 B
Makefile

# New ports collection makefile for: scavenge
# Date created: 13 April 2005
# Whom: mark@foster.cc
#
# $FreeBSD$
PORTNAME= scavenge
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://mark.foster.cc/pub/scavenge/
MAINTAINER= mark@foster.cc
COMMENT= Discover/audit forward and reverse DNS records
RUN_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
nmap:${PORTSDIR}/security/nmap
PLIST_FILES= bin/scavenge
NO_BUILD= yes
USE_PERL5= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin
.include <bsd.port.mk>