
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{gsl rb-gsl} 1.6.3 setup.rb {README samples html}
version       1.6.3
maintainers		yuhei@pop21.odn.ne.jp
description		Ruby interface to the GSL
long_description	RubyGSL is a ruby interface to the \
  GSL (GNU Scientific Library), for numerical computing with Ruby.
categories-append   math	
checksums		    md5 cf9b3c0a5cc953ec3a2fc3fe2606a153
homepage        http://rb-gsl.rubyforge.org/
master_sites    http://rubyforge.org/frs/download.php/4353/
platforms		    darwin 
depends_lib     port:gsl

variant narray {
  depends_lib-append port:rb-narray
  configure.args-append \
    -- --with-narray-include=${ruby.archlib}
}