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
503 B
Makefile

# $OpenBSD: Makefile,v 1.22 2013/10/26 23:55:37 jeremy Exp $
COMMENT = pure-ruby implementation of the SSH2 client protocol
DISTNAME = net-ssh-2.1.4
REVISION = 0
CATEGORIES = net
# MIT
PERMIT_PACKAGE_CDROM = yes
MODULES = lang/ruby
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-highline,${MODRUBY_FLAVOR}
CONFIGURE_STYLE = ruby gem
TEST_DEPENDS = devel/ruby-mocha,${MODRUBY_FLAVOR}
do-test:
@cd ${WRKBUILD} && ${RUBY} -Ilib -Itest -rrubygems test/test_all.rb
.include <bsd.port.mk>