# $Id$

PortSystem          1.0
PortGroup           ocaml 1.0

name                ocamlify
version             0.0.2
revision            1
platforms           darwin
categories          devel
maintainers         nomaintainer
license             LGPL-2.1
description         Generate OCaml source code by from OCaml string.
long_description    OCamlify allows to create OCaml source code by including \
                    whole files into OCaml string or string list. The code \
                    generated can be compiled as a standard OCaml file. It \
                    allows embedding external resources as OCaml code.

homepage            http://ocamlify.forge.ocamlcore.org/
master_sites        http://forge.ocamlcore.org/frs/download.php/1209/

checksums           rmd160  3462a5682975198096ca1f2b2ca88671db0172d0 \
                    sha256  31963b89dec900583cf0852e851859d2bd8cd93e5a113960713ebb45377c0eb8
depends_lib         port:ocaml port:ocaml-findlib

use_oasis yes

configure.args-append "--destdir ${destroot}"

livecheck.type      regex
livecheck.url       https://forge.ocamlcore.org/frs/?group_id=53
livecheck.regex     ocamlify-(\[0-9\\.\]+).tar.gz