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>
|