Ticket #4494: Portfile

File Portfile, 672 bytes (added by yuhei@…, 19 years ago)

Portfile

Line 
1
2PortSystem              1.0
3PortGroup               ruby 1.0
4
5ruby.setup              {gsl rb-gsl} 1.6.3 setup.rb {README samples html}
6version       1.6.3
7maintainers             yuhei@pop21.odn.ne.jp
8description             Ruby interface to the GSL
9long_description        RubyGSL is a ruby interface to the \
10  GSL (GNU Scientific Library), for numerical computing with Ruby.
11categories-append   math       
12checksums                   md5 cf9b3c0a5cc953ec3a2fc3fe2606a153
13homepage        http://rb-gsl.rubyforge.org/
14master_sites    http://rubyforge.org/frs/download.php/4353/
15platforms                   darwin
16depends_lib     port:gsl
17
18variant narray {
19  depends_lib-append port:rb-narray
20  configure.args-append \
21    -- --with-narray-include=${ruby.archlib}
22}