freebsd-ports/textproc/rubygem-termcolor/Makefile

21 lines
436 B
Makefile
Raw Normal View History

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
PORTNAME= termcolor
2012-08-16 21:04:50 +02:00
PORTVERSION= 1.2.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= dhn@FreeBSD.org
COMMENT= A library for ANSII color formatting like HTML for output in terminal
RUN_DEPENDS= rubygem-highline>=1.5.0:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>