blob: b3c99ace7b35b0e410de82f391b932f1c72f91a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $FreeBSD$
PORTNAME= fluent-plugin-file-alternative
PORTVERSION= 0.1.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for fluent plugin of alternative implementation of out_file
RUN_DEPENDS= \
rubygem-fluentd>0:sysutils/rubygem-fluentd \
rubygem-fluent-mixin-plaintextformatter>0:sysutils/rubygem-fluent-mixin-plaintextformatter
USE_RUBY= yes
USES= gem:autoplist
.include <bsd.port.mk>
|