freebsd-ports/textproc/rubygem-termcolor/Makefile
2021-04-06 16:31:07 +02:00

20 lines
384 B
Makefile

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
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
LICENSE= MIT
RUN_DEPENDS= rubygem-highline>=1.5.0:devel/rubygem-highline
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>