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

25 lines
479 B
Makefile

# $OpenBSD: Makefile,v 1.22 2013/10/26 23:55:35 jeremy Exp $
COMMENT= simple rake/rubygems helper for project Rakefiles
DISTNAME= hoe-2.12.3
REVISION = 1
CATEGORIES= devel
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ${MODRUBY_RAKE_DEPENDS}
CONFIGURE_STYLE=ruby gem
# Regress doesn't work in ruby 1.8, because it ships with
# an old version of rdoc.
TEST_DEPENDS = math/graphviz
MODRUBY_TEST = rake
.include <bsd.port.mk>