2014-06-16 23:00:38 +02:00
|
|
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fluent-logger
|
2015-06-19 18:41:59 +02:00
|
|
|
PORTVERSION= 0.5.0
|
2014-06-16 23:00:38 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= Structured event logger for Ruby
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2015-06-19 18:41:59 +02:00
|
|
|
RUN_DEPENDS= rubygem-msgpack>=0.5.4:${PORTSDIR}/devel/rubygem-msgpack
|
2014-06-16 23:00:38 +02:00
|
|
|
|
2015-06-19 18:41:59 +02:00
|
|
|
NO_ARCH= yes
|
2014-06-16 23:00:38 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
|
2015-01-11 14:27:26 +01:00
|
|
|
PLIST_FILES= bin/fluent-post
|
|
|
|
|
2014-06-16 23:00:38 +02:00
|
|
|
.include <bsd.port.mk>
|