mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
7b0c35e44c
== 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@
15 lines
266 B
Makefile
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>
|