# $Id: Portfile 105059 2013-04-08 17:28:25Z mww@macports.org $

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-extunix
version             0.0.6
categories          devel ml
platforms           darwin
license             LGPL-2.1
maintainers         mww openmaintainer
description         Extended Unix Library for OCaml
long_description    A User-supported Extended Unix Library for OCaml
homepage            http://extunix.forge.ocamlcore.org/
master_sites        https://forge.ocamlcore.org/frs/download.php/1146/

checksums           rmd160  ba9b5c1056231a0a4dbe6356e650ee364894ec62 \
                    sha256  9a368f5340230e80df8e2a61774e02e7916860722785a87e33a38caded7552a0

use_oasis           yes
use_oasis_doc       yes

configure.args-append "--override datarootdir ${destroot}${prefix}/share"

livecheck.type      regex
livecheck.url       https://forge.ocamlcore.org/frs/?group_id=175
livecheck.regex     {>ocaml-extunix-(.*)\.tar\.gz}

