aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Cflow/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-03-13 22:52:04 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-03-13 22:52:04 +0000
commitf3d0fad83a07b85bc6787ca7d26d5f59172eccd6 (patch)
treef5e31c855ebcbb88dae4ff8b5f4a3113a24cc77f /net-mgmt/p5-Cflow/Makefile
parent8414fc6fb97d3597417f0c2870bbd0bbcb59e9e5 (diff)
new port p5-Cflow
Cflow is a perl module for analyzing raw flow files written by cflowd, a package used to collect Cisco NetFlow data. WWW: http://net.doit.wisc.edu/~plonka/Cflow/
Notes
Notes: svn path=/head/; revision=39800
Diffstat (limited to 'net-mgmt/p5-Cflow/Makefile')
-rw-r--r--net-mgmt/p5-Cflow/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/p5-Cflow/Makefile b/net-mgmt/p5-Cflow/Makefile
new file mode 100644
index 000000000000..2f7e2dffb736
--- /dev/null
+++ b/net-mgmt/p5-Cflow/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Cflow
+# Date created: Di 13 Mär 2001 19:37:25 CET
+# Whom: Andreas Klemm <andreas@klemm.gtn.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Cflow
+PORTVERSION= 1.030
+CATEGORIES= net perl5
+MASTER_SITES= http://net.doit.wisc.edu/~plonka/Cflow/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+PERL_CONFIGURE= YES
+
+MAN1= flowdumper.1
+MAN3= Cflow.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>