summaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-fluentd/Makefile
blob: 4e159834f2942f97383295a9adce604e8627b4c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# $FreeBSD$

PORTNAME=	fluentd
PORTVERSION=	0.12.14
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Fluent event collector

LICENSE=	APACHE20

RUN_DEPENDS=	\
	rubygem-msgpack>=0.5.11:devel/rubygem-msgpack \
	rubygem-json>=1.4.3:devel/rubygem-json \
	rubygem-yajl-ruby>=1.0:devel/rubygem-yajl-ruby \
	rubygem-cool.io>=1.2.2:devel/rubygem-cool.io \
	rubygem-http_parser.rb>=0.5.1:net/rubygem-http_parser.rb \
	rubygem-sigdump>=0.2.2:devel/rubygem-sigdump \
	rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo

USE_RUBY=	yes
USE_RUBYGEMS=	yes
PLIST_FILES=	bin/fluent-cat bin/fluent-debug bin/fluent-gem bin/fluentd \
		"@sample etc/fluentd/fluent.conf.sample"
PLIST_DIRS=	etc/fluentd/plugin
RUBYGEM_AUTOPLIST=	yes
USE_RC_SUBR=	fluentd
USERS=		fluentd
GROUPS=		fluentd
SUB_LIST+=	USER=${USERS} GROUP=${GROUPS} RUBY=${RUBY}
NO_ARCH=	YES
NO_LATEST_LINK=	YES

.include <bsd.port.pre.mk>

.if ${RUBY_VER} == 2.0
RUN_DEPENDS+=	rubygem-string-scrub>=0.0.3:textproc/rubygem-string-scrub
.endif

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/etc/fluentd/plugin
	${CP} ${WRKSRC}/fluent.conf.sample ${STAGEDIR}${PREFIX}/etc/fluentd/

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud