1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/dns/scavenge/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
508 B
Makefile

# Created by: 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:dns/p5-Net-DNS \
nmap:security/nmap
NO_BUILD= yes
USES= perl5 shebangfix
PLIST_FILES= bin/scavenge
SHEBANG_FILES= src/scavenge
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>