# $Id: Portfile 64712 2010-03-15 10:47:51Z ryandesign@macports.org $

PortSystem        1.0

name              ocamlgsl
version           0.6.0
categories        math science
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
distfiles

pre-configure {
    return -code error "ocamlgsl has been renamed to caml-gsl; please install caml-gsl instead"
}

