freebsd-ports/textproc/rubygem-termcolor/Makefile
Sunpoet Po-Chuan Hsieh 3dbe65566f - Add NO_ARCH
- Remove USE_RAKE
- Reformat pkg-descr
- Take maintainership
2015-06-13 13:51:45 +00:00

21 lines
437 B
Makefile

# Created by: Dennis Herrmann <dhn@FreeBSD.org>
# $FreeBSD$
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:${PORTSDIR}/devel/rubygem-highline
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>