a9d03ef48c
# 2.2.0 (2016-12-27) * improved Windows support * added Ruby 2.4 support * added `bold` alias method for `bright` # 2.2.1 (2016-12-28) * fixed gem installation (2.2.0 was a broken release) # 2.2.2 (2017-04-21) * added explicit rake dependency to fix installation issue
15 lines
356 B
Makefile
15 lines
356 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/04/22 16:39:31 taca Exp $
|
|
#
|
|
|
|
DISTNAME= rainbow-2.2.2
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/sickill/rainbow
|
|
COMMENT= Extends ruby String class enabling coloring text on ANSI terminals
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|