f5daec1b4a
Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.
14 lines
423 B
Makefile
14 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:17:43 jlam Exp $
|
|
|
|
DISTNAME= logging-0.7.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://logging.rubyforge.org/
|
|
COMMENT= Flexible logging library for Ruby based on log4j
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-flexmock>=0.8.0:../../devel/ruby-flexmock
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|