diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-17 10:38:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-17 10:38:07 +0000 |
commit | de1a24d0f8cf165db01441327a725762343ed6fa (patch) | |
tree | b75cc4d8e8d492542d62b5cd3a1afbf1d669e468 /net/p5-Net-Flow/Makefile | |
parent | c72f9bc05d197b76003a11b6e58e5b1341759f48 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Flow/Makefile')
-rw-r--r-- | net/p5-Net-Flow/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/p5-Net-Flow/Makefile b/net/p5-Net-Flow/Makefile new file mode 100644 index 000000000000..7eb91e535ee8 --- /dev/null +++ b/net/p5-Net-Flow/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Net-Flow +# Date created: 2008-02-17 +# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= Net-Flow +PORTVERSION= 0.02 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= snowfly@yuntech.edu.tw +COMMENT= Decode and encode NetFlow/IPFIX datagrams + +PERL_CONFIGURE= 5.6.1+ + +MAN3= Net::Flow.3 + +.include <bsd.port.mk> |