ports/sysutils/rubygem-fluent-plugin-file-alternative/Makefile
Palle Girgensohn 05f914c1b5 sysutils/rubygem-fluent-plugin-file-alternative: update to 0.2.2
Update and take maintainership.

PR:		239979
Approved by:	kuriyama@FreeBSD.org (maintainer, timeout > 1 year)
2021-05-20 22:32:07 +02:00

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>