diff options
Diffstat (limited to 'net/benthos/Makefile')
-rw-r--r-- | net/benthos/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net/benthos/Makefile b/net/benthos/Makefile deleted file mode 100644 index 6891c88f971f..000000000000 --- a/net/benthos/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -PORTNAME= benthos -DISTVERSIONPREFIX= v -DISTVERSION= 4.27.0 -PORTREVISION= 12 -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 - -DEPRECATED= Superseded by net/redpanda-connect -EXPIRATION_DATE= 2025-09-11 - -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> |