8b878d88b4
The API remains compatible but bumping all dependent ports as SHLIB has changed. Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE Security: https://00f.net/2025/12/30/libsodium-vulnerability/ PR: 279347
25 lines
514 B
Makefile
25 lines
514 B
Makefile
PORTNAME= sie-nmsg
|
|
PORTVERSION= 1.3.1
|
|
PORTREVISION= 5
|
|
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>
|