pkgsrc/devel/ruby-logging/Makefile
taca da7073717f Update ruby-logging to 2.2.2.
== 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]
2017-04-22 16:22:56 +00:00

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"