8b87a0c6bb
= Term::ANSIColor - ANSI escape sequences in Ruby == Description This library can be used to color/decolor strings using ANSI escape sequences.
12 lines
336 B
Makefile
12 lines
336 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/02/11 08:53:37 taca Exp $
|
|
|
|
DISTNAME= term-ansicolor-1.0.7
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= taca@NetBSD.org
|
|
HOMEPAGE= http://flori.github.com/term-ansicolor
|
|
COMMENT= Ruby library colors strings using ANSI escape sequences
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|