blob: b0cc2a6656ab4b6d172f46840cf7691479f00bb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= termcolor
PORTVERSION= 1.2.2
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for ANSII 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>
|