18 lines
246 B
Makefile
18 lines
246 B
Makefile
|
COMMENT = decode and encode NetFlow/IPFIX datagrams
|
||
|
|
||
|
DISTNAME = Net-Flow-1.003
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = net
|
||
|
|
||
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|