blob: 4ec2cc40ced2a479a96a614e3aebd50fddb58d35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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
RUN_DEPENDS= \
rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd \
rubygem-ltsv>0:${PORTSDIR}/textproc/rubygem-ltsv
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>
|