# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup github    1.0
PortGroup ocaml     1.1

github.setup        dsheets ocaml-process 0.2.1
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            1

categories          ocaml devel
maintainers         {landonf @landonf} openmaintainer
license             ISC
description         Easy process control library for OCaml
long_description    A process control library for OCaml that makes it easy \
                    to use external commands like functions.

distname            ${version}
checksums           rmd160  907e8aa460d84ed80c184a362db02385ed74fe76 \
                    sha256  3d08a79470220cd7ebfc2b12065046fe3d16227bc3d6a50130a1ad1b03bd9a46 \
                    size    5912

depends_build       port:ocaml-ocamlbuild
use_configure       no

ocaml.use_findlib   yes

build.target        build
