19 lines
361 B
Makefile
19 lines
361 B
Makefile
PORTNAME= termcolor
|
|
PORTVERSION= 1.2.2
|
|
CATEGORIES= textproc rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Library for ANSI color formatting like HTML for output in terminal
|
|
WWW= https://github.com/jugyo/termcolor
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-highline>=1.5.0:devel/rubygem-highline
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|