Files
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

22 lines
815 B
Plaintext

PortSystem 1.0
PortGroup ruby 1.0
ruby.setup RubyInline 3.7.0 gem {} rubygems
license MIT
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