# $Id: Portfile 36657 2008-05-09 16:04:33Z jmr@macports.org $

PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{gsl rb-gsl} 1.10.3 setup.rb {README examples html} rubyforge:28909
maintainers		nomaintainer
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 fcfa01e856b3ef4af6989cc117675c09 \
                    sha1 a6eb96a12a65b3996b8b8801454c89ce5fc5413c
platforms		    darwin
depends_lib-append     port:gsl

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