jeremy e79a176be2 Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.
2013-10-26 23:55:34 +00:00

24 lines
481 B
Makefile

# $OpenBSD: Makefile,v 1.6 2013/10/26 23:55:35 jeremy Exp $
COMMENT = specialized test framework for running RubySpecs
DISTNAME = mspec-1.5.17
REVISION= 2
CATEGORIES = devel
HOMEPAGE = http://www.rubyspec.org/projects/show/mspec
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
# MIT License
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
# 1 expected failure on ruby 1.8
# 20 failures on ruby 1.9
MODRUBY_TEST = rake rspec
.include <bsd.port.mk>