for use in Ruby programs. It features a hierarchical logging system of any number of levels, custom level names, logger inheritance, multiple output destinations, execution tracing, custom formatting, thread safteyness, XML and YAML configuration, and more. Feedback and OK jasper@, jeremy@
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/04/16 17:41:17 sebastia Exp $
|
|
|
|
COMMENT = log4j implementation for Ruby
|
|
|
|
DISTNAME = log4r-1.1.10
|
|
CATEGORIES = devel
|
|
HOMEPAGE = http://log4r.rubyforge.org
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# LGPLv3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|