summaryrefslogtreecommitdiff
path: root/devel/rubygem-curses/Makefile
blob: e1e1a7b5bd68bec2d952fffbdf0024451f8355eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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>