mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
15 lines
277 B
Makefile
15 lines
277 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
|
|
|
|
LICENSE= RUBY BSD2CLAUSE
|
|
LICENSE_COMB= dual
|
|
|
|
USE_RUBY= yes
|
|
USES= gem ncurses
|
|
|
|
.include <bsd.port.mk>
|