aboutsummaryrefslogblamecommitdiff
path: root/dns/scavenge/Makefile
blob: 3b4c42fb0104e003ef9c05d8be8ab7915e1aae19 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                            


                        
                   
                 





                                                              
                                                          




                                              
                     
 
                   
           
                                                              

                      
# 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>