cbf2ffbdac
colorize is a Ruby String class extension which adds methods to set text color, background color and, text effects on ruby console and command line output, using ANSI escape sequences. WWW: https://github.com/fazibear/colorize RG: https://rubygems.org/gems/colorize
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= colorize
|
|
PORTVERSION= 0.7.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby String class extension
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|