75b3912b4c
via TCP to an instance of GrayLog WWW: https://github.com/FundingCircle/fluent-plugin-graylog
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fluent-plugin-graylog
|
|
PORTVERSION= 1.0.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
|
|
|
|
.include <bsd.port.mk>
|