ports/net/sie-nmsg/Makefile
Don Lewis f06faad6cb net/nmsg: Upgrade to version 1.3.0
nmsg (1.3.0):

  * Added external configuration for Kafka IO.

  * Stop IO when output fails.

  * Add support and API for statistics module.

  * Remove prometheus integration.

  * Add NMSG_STATSMOD_CONFIG environment variable.

  * Bug fixes.

  * Documentation fixes.

Bump PORTREVISION of dependent ports.

Sponsored by:	DomainTools LLC
2024-10-12 14:53:52 -07:00

25 lines
514 B
Makefile

PORTNAME= sie-nmsg
PORTVERSION= 1.3.1
PORTREVISION= 3
CATEGORIES= net dns
MAINTAINER= truckman@FreeBSD.org
COMMENT= SIE message module plugin for libnmsg
WWW= https://github.com/farsightsec/sie-nmsg
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c \
libnmsg.so:net/nmsg \
libwdns.so:dns/wdns
GNU_CONFIGURE= yes
USES= autoreconf gmake libtool pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= farsightsec
INSTALL_TARGET= install-strip
.include <bsd.port.mk>