# -*- 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           ocaml 1.1
PortGroup           github 1.0

github.setup        camlp5 camlp5-buildscripts 0.03
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
name                ocaml-camlp5-buildscripts
revision            0
categories          ocaml devel
maintainers         {pguyot @pguyot} openmaintainer
license             BSD

description         Camlp5 Build scripts (written in OCaml)
long_description    These are build-scripts that are helpful in building \
                    Camlp5 and packages based on Camlp5. As such, they need to \
                    not depend on Camlp5. The command are not installed in a \
                    bin-directory, but in the package-directory, hence invoked \
                    via the "ocamlfind package/exe" method.

checksums           rmd160  42305e1d85c177b46acd2088a6f1c23c8ac9dbbb \
                    sha256  1fb569fcee453e5ab142b8f332184f06da9868bb8ff84097412c73d892673bf8 \
                    size    11069

depends_lib-append  port:ocaml-not-ocamlfind \
                    port:ocaml-fmt \
                    port:ocaml-re \
                    port:ocaml-bos \
                    bin:bash:bash

use_configure       no
ocaml.use_findlib   yes
