blob: 0555964c95c275be52c46e939aa384f86cd96124 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $FreeBSD$
PORTNAME= fluent-plugin-tail-asis
PORTVERSION= 0.0.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Gems for fluent plugin to read whole line into single key
RUN_DEPENDS= \
rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>
|