freebsd-ports/textproc/rubygem-termcolor/Makefile
Jimmy Olgeni 22d7896c17 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories T-V.

CR:		D509
Approved by:	portmgr (antoine)
2014-08-03 14:15:08 +00:00

19 lines
420 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
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>