mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
7497bceaa9
PR: 123271 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
22 lines
395 B
Makefile
22 lines
395 B
Makefile
# 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.03
|
|
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>
|