pkgsrc/misc/ruby-rainbow/Makefile
taca 269e9c12f7 Update ruby-rainbow to 2.1.0.
## 2.1.0 (2016-01-24)

* added X11 color support
* fixed `require` issue when rainbow is used as a dependency in another gem
* improved Windows support
2016-03-15 14:38:07 +00:00

15 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/03/15 14:38:07 taca Exp $
#
DISTNAME= rainbow-2.1.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"