mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 13:40:34 -04:00
Update and take maintainership. Approved by: kuriyama@FreeBSD.org (maintainer, timeout > 1 year) PR 239979
16 lines
333 B
Makefile
16 lines
333 B
Makefile
PORTNAME= fluent-plugin-config-expander
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Fluent plugin which provides directives for loop extraction
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|