c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
30 lines
666 B
Makefile
30 lines
666 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.21
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Nmap::Parser.3
|
|
|
|
post-configure:
|
|
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|