52e6084894
A Ruby binding for curses, ncurses, and PDCurses, formerly part of the Ruby standard library. curses is an extension library for text UI applications. WWW: https://rubygems.org/gems/curses PR: 198451 Submitted by: Jonathan Price <freebsd@jonathanprice.org>
18 lines
312 B
Makefile
18 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= curses
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsd@jonathanprice.org
|
|
COMMENT= Ruby binding for curses, ncurses and PDCurses
|
|
|
|
LICENSE= RUBY BSD2CLAUSE
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|