0f42ac3168
Changes are unavailable.
14 lines
397 B
Makefile
14 lines
397 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/09/16 06:26:40 taca Exp $
|
|
|
|
DISTNAME= termcolor-1.2.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/jugyo/termcolor
|
|
COMMENT= ANSI color formatting like HTML for output in terminal
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-highline>=1.5.0:../../devel/ruby-highline
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|