freebsd-ports/net-mgmt/p5-Cflow/Makefile
Larry Rosenman 0c57a4eabe Remove options depending on expired net-mgmt/flow-tools-ng
While here, pet portlint

Approved by:	adamw (mentor, implicit)
2017-04-30 21:24:12 +00:00

24 lines
631 B
Makefile

# Created by: Andreas Klemm <andreas@klemm.gtn.com>
# $FreeBSD$
PORTNAME= Cflow
PORTVERSION= 1.053
PORTREVISION= 2
CATEGORIES= net-mgmt perl5
MASTER_SITES= http://net.doit.wisc.edu/~plonka/Cflow/ \
http://net.doit.wisc.edu/~plonka/Cflow/old/
PKGNAMEPREFIX= p5-
MAINTAINER= fw@moov.de
COMMENT= Analyze raw flow files written by cflowd (Cisco NetFlow data)
BUILD_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools
RUN_DEPENDS= ${LOCALBASE}/lib/libft.a:net-mgmt/flow-tools
USES= perl5
USE_PERL5= configure
post-patch:
@${REINPLACE_CMD} -e 's|\.\./\.\./lib|${LOCALBASE}/lib|g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>