16 lines
384 B
Makefile
16 lines
384 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
|
|
WWW= https://github.com/tagomoris/fluent-plugin-config-expander
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-fluentd>0:sysutils/rubygem-fluentd
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|