pkgsrc/misc/ruby-ansi/Makefile
taca 10dab6e3df Update ruby-ansi to 1.4.3.
== 1.4.3 | 2012-06-26

This release bring two small changes. The first improves support
for Windows by only rescuing LoadError when 'win32console' fails
to load. The second improves the heuritstics used for determining
the current terminal screen width.

Changes:

* Only rescue LoadError on windows require. (#9) [bug]
* Improvements for getting proper screen width.
2012-09-16 06:43:29 +00:00

12 lines
323 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/09/16 06:43:29 taca Exp $
DISTNAME= ansi-1.4.3
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyworks.github.com/ansi/
COMMENT= Collection of ANSI escape code related libraries
LICENSE= 2-clause-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"