486aff63d9
- Add NO_ARCH Changes: https://github.com/fluent/fluent-logger-ruby/blob/master/ChangeLog
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fluent-logger
|
|
PORTVERSION= 0.5.0
|
|
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
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
PLIST_FILES= bin/fluent-post
|
|
|
|
.include <bsd.port.mk>
|