de7b669d65
is now distributed as a gem, so deal with that. Remove patch that is no longer needed. This release works with ruby 1.9, and will build a ruby 1.9 package by default. OK landry@
25 lines
476 B
Makefile
25 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.35 2012/10/09 10:24:06 jeremy Exp $
|
|
|
|
COMMENT= Ruby interface to ncurses
|
|
|
|
VERSION= 1.2.1
|
|
DISTNAME= ncurses-ruby-${VERSION}
|
|
PKGNAME= ncurses-${VERSION}
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= https://github.com/eclubb/ncurses-ruby
|
|
|
|
# LGPL 2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= form menu ncurses panel
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem ext
|
|
|
|
.include <bsd.port.mk>
|