Files
kmos 7b0c35e44c Update to 0.8.1
== 0.8.1 / 2016-06-29
  * fix gemspec bug

== 0.8.0 / 2016-06-27
        * add ColorizedString class
        * update README file
        * add rubocop.yml and follow style
  * add italic mode
  * remove interpreter warrnings

Also added HOMEPAGE

ok abieber@
2022-06-20 15:53:59 +00:00

15 lines
266 B
Makefile

COMMENT = adds methods to set text color, background color, etc
DISTNAME = colorize-0.8.1
HOMEPAGE = https://github.com/fazibear/colorize
CATEGORIES = devel
# GPLv2
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
.include <bsd.port.mk>