# Ports collection makefile for:	rubygem-ncurses
# Date created:				13 November 2010
# Whom:					Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD: ports/devel/rubygem-ncurses/Makefile,v 1.2 2010/12/09 21:46:17 pgollucci Exp $
#

PORTNAME=	ncurses
PORTVERSION=	0.9.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	freebsdports@chillibear.com
COMMENT=	A gem wrapper to the ncurses library

USE_RUBY=		yes
USE_RUBYGEMS=		yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not compile with ruby 1.9
.endif
.include <bsd.port.post.mk>

