Update security/dropbear to version 2014.65
[dports.git] / security / p5-Nmap-Scanner / Makefile
1 # Created by: Sergey Skvortsov <skv@protey.ru>
2 # $FreeBSD$
3
4 PORTNAME=       Nmap-Scanner
5 PORTVERSION=    1.0
6 PORTREVISION=   4
7 CATEGORIES=     security perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Perform and manipulate nmap scans using perl
13
14 BUILD_DEPENDS=  nmap:${PORTSDIR}/security/nmap \
15                 p5-Class-Generate>=0:${PORTSDIR}/devel/p5-Class-Generate \
16                 p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
17                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
18 RUN_DEPENDS:=   ${BUILD_DEPENDS}
19
20 USES=           perl5
21 USE_PERL5=      configure
22
23 post-configure:
24         @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
25
26 .include <bsd.port.mk>