55dba8995e
Yell - Your Extensible Logging Library. Define multiple adapters, various log level combinations or message formatting options like you've never done before
13 lines
335 B
Makefile
13 lines
335 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/04/14 15:03:11 ryoon Exp $
|
|
|
|
DISTNAME= yell-2.2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://rubygems.org/downloads/
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/yell/
|
|
COMMENT= Your Extensible Logging Library
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|