1PORTNAME= rubyinline 2PORTVERSION= 3.14.2 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5DISTNAME= RubyInline-${PORTVERSION} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts 9WWW= https://www.zenspider.com/projects/rubyinline.html 10 11LICENSE= mit 12 13BUILD_DEPENDS= ${RUN_DEPENDS} 14RUN_DEPENDS= rubygem-zentest>=4.3:devel/rubygem-zentest 15 16USES= gem shebangfix 17 18NO_ARCH= yes 19 20SHEBANG_FILES= example2.rb \ 21 tutorial/example1.rb \ 22 tutorial/example2.rb 23SHEBANG_LANG= ruby2 24ruby2_OLD_CMD= /usr/local/bin/ruby17 25ruby2_CMD= ${ruby_CMD} 26 27.include <bsd.port.mk> 28