pkgsrc/devel/ruby-term-ansicolor/Makefile
taca 8b87a0c6bb Add ruby-term-ansicolor package version 1.0.7.
= Term::ANSIColor - ANSI escape sequences in Ruby

== Description

This library can be used to color/decolor strings using ANSI escape sequences.
2013-02-11 08:53:37 +00:00

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"