freebsd-ports/security/p5-Nmap-Parser/Makefile
Felippe de Meirelles Motta cab889727c - Update to 1.13.
PR:		ports/120908
Submitted by:	lippe (myself)
Approved by:	araujo (mentor), maintainer timeout (> 2 weeks)
2008-03-10 22:51:02 +00:00

29 lines
663 B
Makefile

# New ports collection makefile for: p5-Nmap-Parser
# Date created: June 3 2006
# Whom: Joshua D. Abraham <jabra@ccs.neu.edu>
#
# $FreeBSD$
#
PORTNAME= Nmap-Parser
PORTVERSION= 1.13
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jabra@ccs.neu.edu
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
PERL_CONFIGURE= yes
MAN3= Nmap::Parser.3
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
.include <bsd.port.mk>