mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
26 lines
498 B
Makefile
26 lines
498 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
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:perl/p5-XML-Twig
|
|
BUILD_DEPENDS+= p5-Storable>=2:perl/p5-Storable
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
RUN_DEPENDS+= nmap:net/nmap
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-configure:
|
|
${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|