2a1089c735
- Trim Makefile's header [1] - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Net-Flow/Changes PR: ports/176342 [1] Submitted by: Gea-Suan Lin <gslin@gslin.org> Approved by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer, via private email)
20 lines
357 B
Makefile
20 lines
357 B
Makefile
# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net-Flow
|
|
PORTVERSION= 1.000
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
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
|
|
|
|
.include <bsd.port.mk>
|