80a7294d7a
Upstream changes (from Changelog.md): ## 3.0.0 (2017-11-29) * added String refinement * added new `Rainbow.uncolor` method * dropped MRI 1.9.3 compatibility * dropped MRI 2.0 compatibility * removed Rake dependency
15 lines
359 B
Makefile
15 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/12/09 19:31:58 tsutsui Exp $
|
|
#
|
|
|
|
DISTNAME= rainbow-3.0.0
|
|
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"
|