ports/devel/rubygem-fluent-logger/Makefile

20 lines
373 B
Makefile

PORTNAME= fluent-logger
PORTVERSION= 0.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Structured event logger for Ruby
WWW= https://github.com/fluent/fluent-logger-ruby
LICENSE= APACHE20
RUN_DEPENDS= rubygem-msgpack>=1.0.0<2:devel/rubygem-msgpack
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/fluent-post
.include <bsd.port.mk>