19 lines
293 B
Makefile
19 lines
293 B
Makefile
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:48:37 sthen Exp $
|
|
|
|
COMMENT = decode and encode NetFlow/IPFIX datagrams
|
|
|
|
DISTNAME = Net-Flow-1.003
|
|
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|