blob: 0277d1f3ab1d2df647385272d65d3d24247e7ef3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.04
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Decode and encode NetFlow/IPFIX datagrams
PERL_CONFIGURE= 5.8.0+
MAN3= Net::Flow.3
.include <bsd.port.mk>
|