mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
21 lines
500 B
Makefile
21 lines
500 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|