sebastia 2d1cd7f470 Log4r is a comprehensive and flexible logging library written in Ruby
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@
2015-04-16 17:41:17 +00:00

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>