freebsd-ports/net/p5-Net-sFlow/Makefile
Frederic Culot b872554668 Net::sFlow provides a mechanism to parse and decode sFlow datagrams.
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
2012-04-06 12:03:13 +00:00

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>