da7073717f
== 2.2.2 / 2017-04-11 Enhancements - limit the depth of nested exceptions [PR #167] == 2.2.1 / 2017-04-09 Enhancements - show exception `cause` if one exists [PR #165]
15 lines
478 B
Makefile
15 lines
478 B
Makefile
# $NetBSD: Makefile,v 1.11 2017/04/22 16:22:56 taca Exp $
|
|
|
|
DISTNAME= logging-2.2.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${MASTER_SITE_RUBYGEMS:=logging/}
|
|
COMMENT= Flexible logging library for Ruby based on log4j
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-little-plugger>=1.1.3:../../devel/ruby-little-plugger
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.10:../../textproc/ruby-multi_json
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|