cd0a8cd6e6
2.0.4 (2018-04-12) Merged Pull Requests * fix labelling #37 (thommay) 2.0.1 (2018-02-28) Full Changelog Merged pull requests: * enable metadata to be got and set #32 (thommay) * Logging methods (debug, info, warn, error, fatal) all return nil #27 (olleolleolle) 2.0.0 (2018-02-27) Merged pull requests: * Structured Logging #30 (thommay) * RSpec: use 3.7, disable monkey patching mode #28 (olleolleolle) * README: Format a line of code using Markdown, not RDoc #24 (olleolleolle) * Travis: update Ruby versions, pass lint #22 (olleolleolle) * Require Ruby 2.2+ #20 (tas50)
12 lines
317 B
Makefile
12 lines
317 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/09/23 16:28:04 taca Exp $
|
|
|
|
DISTNAME= mixlib-log-2.0.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/chef/mixlib-log
|
|
COMMENT= Mixin for simple class-based loggers
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|