aboutsummaryrefslogblamecommitdiff
path: root/security/p5-Nmap-Scanner/Makefile
blob: 7fdcc32f1eecbe1778c99dfab40593a582f4787d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                              
           

                            
                   
                 
                              
                    

                   
                                

                                                            




                                                                          
 

                         
 



                                                                            
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	Nmap-Scanner
PORTVERSION=	1.0
PORTREVISION=	5
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perform and manipulate nmap scans using perl

BUILD_DEPENDS=	nmap:${PORTSDIR}/security/nmap \
		p5-Class-Generate>=0:${PORTSDIR}/devel/p5-Class-Generate \
		p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

post-configure:
	@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

.include <bsd.port.mk>