freebsd-ports/security/pbnj/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

29 lines
800 B
Makefile

# Created by: Joshua D. Abraham <jabra@ccs.neu.edu>
# $FreeBSD$
PORTNAME= pbnj
PORTVERSION= 2.04
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Suite of tools to monitor changes on a network
BUILD_DEPENDS= p5-YAML>=0:textproc/p5-YAML \
p5-XML-Twig>=0:textproc/p5-XML-Twig \
p5-Nmap-Parser>=0:security/p5-Nmap-Parser \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
p5-File-HomeDir>=0:devel/p5-File-HomeDir \
p5-File-Which>=0:sysutils/p5-File-Which
RUN_DEPENDS:= ${BUILD_DEPENDS} \
nmap:security/nmap
USES= perl5
USE_PERL5= configure
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile
.include <bsd.port.mk>