Ruby String class extension. Adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences. ok jeremy@
16 lines
288 B
Makefile
16 lines
288 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2015/05/14 17:47:08 jasper Exp $
|
|
|
|
COMMENT = adds methods to set text color, background color, etc
|
|
|
|
DISTNAME = colorize-0.7.7
|
|
CATEGORIES = devel
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MODULES = lang/ruby
|
|
|
|
CONFIGURE_STYLE = ruby gem
|
|
|
|
.include <bsd.port.mk>
|