- Bump PORTREVISION for dependency change PR: 220684 Reported by: lifanov Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 17 days)
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fluentd
|
|
PORTVERSION= 0.10.61
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= 010
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Fluent event collector
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= \
|
|
rubygem-cool.io>=1.1.1:devel/rubygem-cool.io \
|
|
rubygem-http_parser.rb>=0.5.1:net/rubygem-http_parser.rb \
|
|
rubygem-json>=1.4.3:devel/rubygem-json \
|
|
rubygem-msgpack>=0.5.4:devel/rubygem-msgpack \
|
|
rubygem-sigdump>=0.2.2:devel/rubygem-sigdump \
|
|
rubygem-yajl-ruby>=1.0:devel/rubygem-yajl-ruby \
|
|
rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo \
|
|
rubygem-tzinfo-data>=1.0.0:devel/rubygem-tzinfo-data
|
|
|
|
USE_RUBY= 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
|
|
USES= gem
|
|
USE_RC_SUBR= fluentd
|
|
USERS= fluentd
|
|
GROUPS= fluentd
|
|
SUB_LIST+= USER=${USERS} GROUP=${GROUPS} RUBY=${RUBY}
|
|
NO_ARCH= YES
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/fluentd/plugin
|
|
${CP} ${WRKSRC}/fluent.conf.sample ${STAGEDIR}${PREFIX}/etc/fluentd/
|
|
|
|
.include <bsd.port.mk>
|