freebsd-ports/sysutils/rubygem-fluent-plugin-config-expander/Makefile
Jun Kuriyama 64eed4ceaa ConfigExpanderInput and ConfigExpanderOutput plugins provide simple
configuration template to write items repeatedly.  In section, you can
write actual configuration for actual input/output plugin, with
special directives for loop controls.

WWW: https://github.com/tagomoris/fluent-plugin-config-expander
2013-06-07 15:02:44 +00:00

18 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= fluent-plugin-config-expander
PORTVERSION= 0.1.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Fluent plugin which provides directives for loop extraction
RUN_DEPENDS= \
rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>