mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
Update and take maintainership. PR: 239979 Approved by: kuriyama@FreeBSD.org (maintainer, timeout > 1 year)
16 lines
417 B
Makefile
16 lines
417 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
|
|
|
|
RUN_DEPENDS= \
|
|
rubygem-fluentd>0:sysutils/rubygem-fluentd \
|
|
rubygem-fluent-mixin-plaintextformatter>0:sysutils/rubygem-fluent-mixin-plaintextformatter
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|