freebsd-ports/devel/rubygem-curses/Makefile
Steve Wills 52e6084894 devel/rubygem-curses: create port
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>
2015-07-22 13:55:49 +00:00

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>