aboutsummaryrefslogtreecommitdiffstats
path: root/dns/scavenge/Makefile
blob: b36f97b986e236b68cc8a7dfc45cf3386166306c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>