freebsd-ports/devel/rubygem-lumberjack/Makefile
Sunpoet Po-Chuan Hsieh 328585dfc2 - Add rubygem-lumberjack 1.0.2
A simple, powerful, and very fast logging utility that can be a drop in
replacement for Logger or ActiveSupport::BufferedLogger. Provides support for
automatically rolling log files even with multiple processes writing the same
log file.

WWW: https://github.com/bdurand/lumberjack
RG:  https://rubygems.org/gems/lumberjack

Feature safe:	yes
2012-12-04 06:01:35 +00:00

16 lines
326 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= lumberjack
PORTVERSION= 1.0.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Simple, powerful, and very fast logging utility
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>