jasper 8468bac6f6 import ruby-colorize-0.7.7
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@
2015-05-14 17:47:08 +00:00

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>