forked from Lainports/opnsense-ports
16 lines
466 B
Makefile
16 lines
466 B
Makefile
PORTNAME= fluent-plugin-file-alternative
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Gems for fluent plugin of alternative implementation of out_file
|
|
WWW= https://rubygems.org/gems/fluent-plugin-file-alternative
|
|
|
|
RUN_DEPENDS= \
|
|
rubygem-fluentd>0:sysutils/rubygem-fluentd \
|
|
rubygem-fluent-mixin-plaintextformatter>0:sysutils/rubygem-fluent-mixin-plaintextformatter
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|