pkgsrc/devel/ruby-curses/Makefile
taca 39846e8a72 devel/ruby-curses: update to 1.3.1
### 1.3.1 / 2019-04-21

Bug fixes:

* Check whether sizeof(WINDOW) is available to avoid build failures on macOS.
  Issue #48 reported by chdiza.

### 1.3.0 / 2019-04-16

New features:

* Add Curses::Form and Curses::Field.

Bug fixes:

* Fix TravisCI issues by amatsuda and znz.
* Fix typo in sample/menu.rb by binford2k.
* Ctrl-/ should return ^_ on Windows.
* Workaround for new Windows console.
  https://github.com/Bill-Gray/PDCurses/pull/108
2019-05-06 05:22:53 +00:00

15 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.28 2019/05/06 05:22:53 taca Exp $
#
DISTNAME= curses-1.3.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/ruby/curses
COMMENT= Ruby binding for curses, ncurses, and PDCurses
LICENSE= 2-clause-bsd
.include "../../lang/ruby/gem.mk"
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"