openbsd-ports/devel/ruby-rubyinline/Makefile
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

29 lines
613 B
Makefile

# $OpenBSD: Makefile,v 1.15 2013/10/26 23:55:36 jeremy Exp $
COMMENT= embed C/++ external module code in your Ruby script
DISTNAME= RubyInline-3.9.0
PKGNAME= ${DISTNAME:L}
REVISION = 0
CATEGORIES= devel
HOMEPAGE= http://www.zenspider.com/ZSS/Products/RubyInline/
# MIT
PERMIT_PACKAGE_CDROM= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/ruby-zentest,${MODRUBY_FLAVOR}>=4.3,<5.0
TEST_DEPENDS= ${FULLPKGNAME}:${BUILD_PKGPATH} \
${MODRUBY_RAKE_DEPENDS}
do-test:
@cd ${WRKBUILD} && ${RUBY} -Ilib/ ./test/test_inline.rb
.include <bsd.port.mk>