pkgsrc/devel/ruby-highline/Makefile
taca eea1f4800b Update ruby-highline package to 1.6.2.
= Change Log

Below is a complete listing of changes for each revision of HighLine.

== 1.6.2

* Correctly handle STDIN being closed before we receive any data (fix by
  mleinart).
* Try if msvcrt, if we can't load crtdll on Windows (fix by pepijnve).
* A fix for nil_on_handled not running the action (reported by Andrew Davey).
2011-06-17 15:34:02 +00:00

12 lines
327 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/06/17 15:34:02 taca Exp $
DISTNAME= highline-1.6.2
CATEGORIES= net security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://highline.rubyforge.org/
COMMENT= High-level console IO library
LICENSE= gnu-gpl-v2 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"