aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fluent-plugin-config-expander/Makefile
blob: f2090a2a993087f54228e7f0019307466eec42a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>