aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-fluent-logger/Makefile
blob: 5e8998fc64e7bb976ee786c595fa0c33b98bfc7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	fluent-logger
PORTVERSION=	0.9.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Structured event logger for Ruby

LICENSE=	APACHE20

RUN_DEPENDS=	rubygem-msgpack>=1.0.0<2:devel/rubygem-msgpack

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

PLIST_FILES=	bin/fluent-post

.include <bsd.port.mk>