summaryrefslogtreecommitdiff
path: root/devel/rubygem-curses/Makefile
blob: 80b66eb949e52739b5840906524a0a2ba7f3aa55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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>