1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/sie-nmsg/Makefile
Don Lewis 15846acfb5 Upgrade net/sie-nmsg to version 1.2.1:
* Add several new unit tests.

Sponsored by:	Farsight Security, Inc.
2020-01-30 04:56:05 +00:00

24 lines
461 B
Makefile

# $FreeBSD$
PORTNAME= sie-nmsg
PORTVERSION= 1.2.1
CATEGORIES= net dns
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
MAINTAINER= truckman@FreeBSD.org
COMMENT= SIE message module plugin for libnmsg
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= gmake libtool pathfix pkgconfig
INSTALL_TARGET= install-strip
.include <bsd.port.mk>