aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile
blob: af65e3680c9deba2641e2c53d8b2e912fa62782e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

PORTNAME=	fluent-mixin-plaintextformatter
PORTVERSION=	0.2.2
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Fluentd plugin to include format values into json, tsv or csv

LICENSE=	APACHE20

RUN_DEPENDS=	\
	rubygem-fluentd>0:sysutils/rubygem-fluentd \
	rubygem-ltsv>0:textproc/rubygem-ltsv

USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>