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

30 lines
673 B
Makefile

# $OpenBSD: Makefile,v 1.14 2013/10/26 23:55:35 jeremy Exp $
COMMENT = execute plain-text documents as automated functional tests
DISTNAME = cucumber-0.3.96
REVISION = 8
CATEGORIES = devel
HOMEPAGE = http://cukes.info/
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-term-ansicolor,${MODRUBY_FLAVOR} \
textproc/ruby-treetop,${MODRUBY_FLAVOR}>=1.3.0 \
devel/ruby-diff-lcs,${MODRUBY_FLAVOR} \
textproc/ruby-builder,${MODRUBY_FLAVOR}
CONFIGURE_STYLE=ruby gem
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
devel/ruby-hoe,${MODRUBY_FLAVOR}>=2.3.3
MODRUBY_TEST = rake rspec
.include <bsd.port.mk>