freebsd-ports/textproc/rubygem-termcolor/Makefile
Philip M. Gollucci 843ade1030 - GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest

PR:             ports/147551
Submitted by:   pgollucci@ (myself)
Reviewed by:    portmgr (pav)
With Hat:       ruby
2010-06-06 19:25:10 +00:00

23 lines
515 B
Makefile

# New ports collection makefile for: rubygem-termcolor
# Date created: 2009-07-12
# Whom: Dennis Herrmann <dhn@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= termcolor
PORTVERSION= 1.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RF/termcolor
MAINTAINER= dhn@FreeBSD.org
COMMENT= A library for ANSII color formatting like HTML for output in terminal
RUN_DEPENDS= rubygem-highline>=1.4.0:${PORTSDIR}/devel/rubygem-highline
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RAKE= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>