# $Id: Portfile 59967 2009-10-28 06:49:19Z pguyot@kallisys.net $

PortSystem			1.0
PortGroup			ruby 1.0

ruby.setup			RubyInline 3.7.0 gem {} rubyforge_gem:rubyinline
maintainers			nomaintainer
description			Multi-language extension coding within ruby.
long_description	Ruby Inline is an analog to Perl's Inline::C. Out of the \
					box, it allows you to embed C/++ external module code in \
					your ruby script directly. By writing simple builder \
					classes, you can teach how to cope with new languages \
					(fortran, perl, whatever). The code is compiled and run \
					on the fly when needed.
checksums			md5 c7a70952289553d965c611a723f50be9 \
					sha1 c6a5f03d0bb2b4b015635a62eb7245f47af79c9b \
					rmd160 4469f91d16db2fd15f39994630fa6346912ba098
platforms			darwin
homepage			http://www.zenspider.com/ZSS/Products/RubyInline/

depends_lib-append \
					port:rb-hoe
