freebsd-ports/devel/rubygem-rparsec/Makefile
Steve Wills e7abcc4e4e - Mark as broken with Ruby 1.9
Approved by:	portmgr
2011-07-04 17:46:12 +00:00

23 lines
470 B
Makefile

# Ports collection makefile for: rubygem-rparsec
# Date created: 24 September 2008
# Whom: stas
#
# $FreeBSD$
PORTNAME= rparsec
PORTVERSION= 1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= stas@FreeBSD.org
COMMENT= Recursive descent parser combinator framework for Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${RUBY_VER} == 1.9
BROKEN= does not build with ruby 1.9
.endif
.include <bsd.port.post.mk>