PortSystem          1.0
PortGroup ocaml 1.0

name                ocaml-bisect
version             1.3
revision            1
categories          ocaml devel
maintainers         nomaintainer
platforms           darwin
license             GPL-3
description         Bisect is a coverage tool for the OCaml language.
long_description    ${description}
homepage            http://bisect.x9c.fr/
master_sites        https://forge.ocamlcore.org/frs/download.php/1051/
distname            bisect-${version}

checksums           rmd160  686ef54ce96b2b34bc0e679f74587d9efb3de043 \
                    sha256  e0655cda0fc952eb4bc05a7df0f37a042c616c398b413bf6ba6e520c60168f4d

depends_lib         port:ocaml \
                    port:ocaml-findlib

configure.pre_args  -ocaml-prefix ${prefix} -ocamlfind ${ocamlfind_wrapper}

destroot.destdir    PATH_OCAML_PREFIX=${destroot}${prefix}