1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/rubygem-fluent-plugin-file-alternative/Makefile
Jun Kuriyama 70a556d644 File output plugin alternative implementation, is 100% compatible with
fluentd built-in 'out_file', and added many options to format output
as you want.

WWW: http://rubygems.org/gems/fluent-plugin-file-alternative
2013-06-06 01:48:46 +00:00

20 lines
486 B
Makefile

# $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:${PORTSDIR}/sysutils/rubygem-fluentd \
rubygem-fluent-mixin-plaintextformatter>0:${PORTSDIR}/sysutils/rubygem-fluent-mixin-plaintextformatter
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>