blob: 70c4478646b72db80b9c4abe7fc7216e53baac1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# Created by: Sean Chittenden <seanc@FreeBSD.org>
PORTNAME= rubyinline
PORTVERSION= 3.12.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
DISTNAME= RubyInline-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Inline::C allows you to embed C/Ruby directly in ruby scripts
LICENSE= MIT
RUN_DEPENDS= rubygem-zentest>=4.3:devel/rubygem-zentest
USES= gem shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= example2.rb \
tutorial/example1.rb \
tutorial/example2.rb
SHEBANG_LANG= ruby2
ruby2_OLD_CMD= /usr/local/bin/ruby17
ruby2_CMD= ${ruby_CMD}
.include <bsd.port.mk>
|