15 lines
302 B
Makefile
15 lines
302 B
Makefile
PORTNAME= curses
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= freebsd@jonathanprice.org
|
|
COMMENT= Ruby binding for curses, ncurses and PDCurses
|
|
WWW= https://rubygems.org/gems/curses
|
|
|
|
LICENSE= RUBY BSD2CLAUSE
|
|
LICENSE_COMB= dual
|
|
|
|
USES= gem ncurses
|
|
|
|
.include <bsd.port.mk>
|