opnsense-ports/sysutils/rubygem-fluent-plugin-graylog/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

20 lines
407 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
PORTNAME= fluent-plugin-graylog
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= girgen@FreeBSD.org
COMMENT= Gems for fluent plugin for graylog
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd
USE_RUBY= yes
USES= gem shebangfix
SHEBANG_FILES= bin/setup
.include <bsd.port.mk>