# $Id: Portfile 98499 2012-10-07 11:42:35Z mww@macports.org $

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocaml-config-file
version             1.1
revision            1
categories          devel ml
platforms           darwin
license             LGPL-2+
maintainers         mww openmaintainer
description         OCaml library used to manage the configuration files
long_description    ${description}
homepage            https://config-file.forge.ocamlcore.org/
master_sites        https://forge.ocamlcore.org/frs/download.php/845/
distname            config-file-${version}
checksums           rmd160  cab15a44f5a9f371061126eece7057f005c8360d \
                    sha256  13afa0c65c7d431722d2bc7e00247e295828831d972a7386fe0a72d1891eba68

depends_lib         port:ocaml port:ocaml-findlib

configure.args-append OCAMLFIND=${ocamlfind_wrapper}

use_parallel_build  no

livecheck.type      regex
livecheck.url       https://forge.ocamlcore.org/frs/?group_id=215
livecheck.regex     config-file-(\[0-9.\]+)${extract.suffix}

