# $Id: Portfile 77962 2011-04-18 07:58:01Z ryandesign@macports.org $

PortSystem        1.0

name              ocamlgsl
version           0.6.0
revision          1
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

distfiles

replaced_by       caml-gsl

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