b872554668
It supports sFlow version 2/4 (RFC 3176 - http://www.ietf.org/rfc/rfc3176.txt) and sFlow version 5 (Memo - http://sflow.org/sflow_version_5.txt). WWW: http://search.cpan.org/dist/Net-sFlow/ PR: ports/166636 Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> Feature safe: yes
23 lines
396 B
Makefile
23 lines
396 B
Makefile
# New ports collection makefile for: p5-Net-sFlow
|
|
# Date created: 2012-04-04
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-sFlow
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= Decode sFlow datagrams
|
|
|
|
LICENSE= ART10
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::sFlow.3
|
|
|
|
.include <bsd.port.mk>
|