# $Id: Portfile 35589 2008-03-30 14:59:11Z akira@macports.org $

PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		narray 0.5.9 extconf.rb {README.en SPEC.en ChangeLog}\
			rubyforge:12235
version       0.5.9
maintainers		nomaintainer
description		Numerical array package for ruby
long_description	NArray is a class of Numerical N-dimensional Array, \
  whose elements are 1/2/4-byte Integer, single/double-prec Real/Complex, \
  and Ruby Object. This extension library incorporates fast calculation \
  and easy manipulation of large numerical arrays into the Ruby language. \
  NArray has features similar to NumPy, but NArray has vector \
  and matrix subclasses.
categories-append   math
homepage            http://narray.rubyforge.org/
checksums		    md5 04962b591dac5a0f1c3384545b0cfa83
platforms		    darwin
depends_build		    port:coreutils
