summaryrefslogtreecommitdiff
path: root/sysutils/rubygem-fluent-plugin-config-expander/Makefile
blob: 0d0088504e76ff426131f8cef51e2493d8acceff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	fluent-plugin-config-expander
PORTVERSION=	0.1.3
CATEGORIES=	sysutils rubygems
MASTER_SITES=	RG

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Fluent plugin which provides directives for loop extraction

RUN_DEPENDS=	\
	rubygem-fluentd>0:${PORTSDIR}/sysutils/rubygem-fluentd

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

NO_STAGE=	yes
.include <bsd.port.mk>