freebsd-ports/textproc/rubygem-termcolor/Makefile
Sunpoet Po-Chuan Hsieh 93d4c157fc - Add LICENSE
Approved by:	portmgr (blanket)
2015-01-03 19:16:07 +00:00

21 lines
434 B
Makefile

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
PORTNAME= termcolor
PORTVERSION= 1.2.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= dhn@FreeBSD.org
COMMENT= Library for ANSII color formatting like HTML for output in terminal
LICENSE= MIT
RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>