20 lines
395 B
Makefile
20 lines
395 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|