eea1f4800b
= 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).
12 lines
327 B
Makefile
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"
|