diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-03-04 08:27:03 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-03-04 08:27:03 +0000 |
commit | 2a1089c7359f383379e1774847fad1bb10240a85 (patch) | |
tree | 77591e3d9b52c0510892ca0450aaf6ef5b5c496e /net/p5-Net-Flow/Makefile | |
parent | 3cd6bb0df05dde0a94450a30e8d45d264384eee7 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Flow/Makefile')
-rw-r--r-- | net/p5-Net-Flow/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/p5-Net-Flow/Makefile b/net/p5-Net-Flow/Makefile index 5b054cf50bc2..1530e366455c 100644 --- a/net/p5-Net-Flow/Makefile +++ b/net/p5-Net-Flow/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-Net-Flow -# Date created: 2008-02-17 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Net-Flow -PORTVERSION= 0.04 +PORTVERSION= 1.000 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= Decode and encode NetFlow/IPFIX datagrams +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= Net::Flow.3 |