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

28 lines
649 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/10/26 23:55:35 jeremy Exp $
COMMENT = embed C code in your ruby script
DISTNAME = ffi-inliner-0.2.4
CATEGORIES = devel
REVISION = 3
HOMEPAGE = https://github.com/remogatto/ffi-inliner
# MIT
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = devel/ruby-ffi,${MODRUBY_FLAVOR}
# 1 failure because we don't support the optional tcc dependency
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH}
MODRUBY_TEST = rspec
MODRUBY_TEST_ENV = LD_PRELOAD=/usr/lib/libpthread.so
MODRUBY_TEST_TARGET= spec/ffi-inliner/inliner_spec.rb
.include <bsd.port.mk>