freebsd-ports/devel/rubygem-colorize/Makefile
Sunpoet Po-Chuan Hsieh cbf2ffbdac - Add rubygem-colorize 0.7.3
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
2014-05-31 18:11:34 +00:00

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>