mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
26 lines
496 B
Makefile
26 lines
496 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:${PORTSDIR}/dns/p5-Net-DNS \
|
|
nmap:${PORTSDIR}/security/nmap
|
|
|
|
PLIST_FILES= bin/scavenge
|
|
|
|
NO_BUILD= yes
|
|
USES= perl5
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/scavenge ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|