Files
ports/net/p5-Net-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

37 lines
883 B
Makefile

PORTNAME= Net-Nmsg
PORTVERSION= 0.17
PORTREVISION= 5
CATEGORIES= net perl5
MASTER_SITES= https://tools.netsa.cert.org/confluence/download/attachments/12320770/ \
CPAN
MASTER_SITE_SUBDIR= CPAN:MSISK
PKGNAMEPREFIX= p5-
MAINTAINER= truckman@FreeBSD.org
COMMENT= Perl bindings to libnmsg
WWW= https://tools.netsa.cert.org/confluence/display/tt/Net-Nmsg
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libnmsg.so:net/nmsg
RUN_DEPENDS= p5-Math-Int64>=0:math/p5-Math-Int64 \
p5-NetAddr-IP>=0:net-mgmt/p5-NetAddr-IP
USES= perl5
MAKE_JOBS_UNSAFE= yes
USE_PERL5= configure
OPTIONS_DEFINE= EXAMPLES
PORTEXAMPLES= *
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Nmsg/Nmsg.so
post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>