opnsense-ports/sysutils/rubygem-fluent-plugin-graylog/Makefile
Franco Fichtner 9a5dd8bb59 */*: sync with upstream
Taken from: FreeBSD
2017-04-19 17:34:12 +02:00

21 lines
419 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
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>