aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Nmap-Parser/Makefile
blob: 20da0f3d94f9fc6d107220756cbad40e9b176cc2 (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
# Created by: Joshua D. Abraham <jabra@ccs.neu.edu>
# $FreeBSD$

PORTNAME=   Nmap-Parser
PORTVERSION=    1.31
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= jadawin@FreeBSD.org
COMMENT=    Parse nmap scan data with perl

BUILD_DEPENDS=  p5-XML-Twig>=3.16:${PORTSDIR}/textproc/p5-XML-Twig \
        p5-Storable>=2:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS:=   ${BUILD_DEPENDS} \
        nmap:${PORTSDIR}/security/nmap

USES=       perl5
USE_PERL5=  configure

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

.include <bsd.port.mk>