mirror of
https://git.freebsd.org/ports.git
synced 2025-07-12 14:59:13 -04:00
Fluent logger is a structured event logger. WWW: https://github.com/fluent/fluent-logger-ruby RG: https://rubygems.org/gems/fluent-logger
21 lines
465 B
Makefile
21 lines
465 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fluent-logger
|
|
PORTVERSION= 0.4.9
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Structured event logger for Ruby
|
|
|
|
LICENSE= APACHE20
|
|
|
|
RUN_DEPENDS= rubygem-msgpack>=0.5.4:${PORTSDIR}/devel/rubygem-msgpack \
|
|
rubygem-yajl-ruby>=1:${PORTSDIR}/devel/rubygem-yajl-ruby
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|