Import sysutils/rubygem-fluent-mixin-plaintextformatter version 0.2.2
[dports.git] / sysutils / rubygem-fluent-mixin-plaintextformatter / Makefile
1 # $FreeBSD: sysutils/rubygem-fluent-mixin-plaintextformatter/Makefile 320042 2013-06-06 01:22:30Z kuriyama $
2
3 PORTNAME=       fluent-mixin-plaintextformatter
4 PORTVERSION=    0.2.2
5 CATEGORIES=     sysutils rubygems
6 MASTER_SITES=   RG
7
8 MAINTAINER=     kuriyama@FreeBSD.org
9 COMMENT=        Fluentd plugin to include format values into json, tsv or csv
10
11 RUN_DEPENDS=    \
12         rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd \
13         rubygem-ltsv>0:${PORTSDIR}/textproc/rubygem-ltsv
14
15 USE_RUBY=       yes
16 USE_RUBYGEMS=   yes
17 RUBYGEM_AUTOPLIST=      yes
18
19 .include <bsd.port.mk>