# $Id: Portfile 88543 2012-01-04 02:39:02Z mww@macports.org $

PortSystem        1.0

name              ocaml-gsl
version           0.6.0

distname          ocamlgsl-${version}
categories        math science ml
maintainers       nomaintainer

description       ocamlgsl is the GNU scientific library for OCaml
long_description  \
    This is an interface to GSL (GNU scientific library) for the Objective Caml language.\
    See the gsl port for more details.

homepage          http://oandrieu.nerim.net/ocaml/gsl/
platforms         darwin
master_sites      ${homepage}
checksums         md5    04795211d49c2fe1f59a5669f33ec5fc         \
                  sha1   819d2f95f44cc4c331a4aa644f8d23704477de05 \
                  rmd160 f7e9db2f388694dbede5b95ed961cb6eeef1fb00

patchfiles        patch-Makefile.diff
depends_lib       port:gsl port:ocaml
depends_build     port:gawk
use_configure     no
use_parallel_build no
