# $Id: Portfile 113957 2013-11-26 18:34:27Z mww@macports.org $

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-extunix
version             0.1.0
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/1271/

checksums           rmd160  e6527332f548ff95aee2a18442c1ee82e2a4dd10 \
                    sha256  5ef097b1ffc404145d9a1c3924b13b4e641f20511927603f72535344229de8a2

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}

