1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/net/benthos/Makefile
2024-08-09 06:24:08 +00:00

32 lines
664 B
Makefile

PORTNAME= benthos
DISTVERSIONPREFIX= v
DISTVERSION= 4.27.0
PORTREVISION= 5
CATEGORIES= net
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Stream processor for a wide array of data sources and sinks
WWW= https://www.benthos.dev/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_RC_SUBR= benthos
GO_MODULE= github.com/benthosdev/benthos/v4
GO_TARGET= ./cmd/benthos
USERS= benthos
GROUPS= benthos
PLIST_FILES= bin/benthos \
"@dir(,,755) %%ETCDIR%%" \
"@sample %%ETCDIR%%/config.yaml.sample"
post-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${FILESDIR}/config.yaml ${STAGEDIR}${ETCDIR}/config.yaml.sample
.include <bsd.port.mk>