# $Id$

PortSystem          1.0

name                ocaml-duppy
version             0.4.2
revision            3
categories          devel ml
license             LGPL-2.1
maintainers         rastageeks.org:toots
description         Advanced scheduler for OCaml
long_description    Duppy is an event scheduler written for OCaml. \
                    It allows the user to execute tasks according to \
                    some events on unix sockets, or a given delay. \
                    Several threaded queues can proceed tasks in parallel. \
                    Tasks are processed according to an abstract notion of \
                    priority.
homepage            http://www.rastageeks.org/duppy.html
platforms           darwin
master_sites        sourceforge:savonet

checksums           rmd160  bf829a7c54f214e4bd8144f5fcb49fee0e1ad27e \
                    sha256  edf1c4eb3d182765375435f42b1bd71c1e8ce00fff52328c1c47b3502b17cd28

depends_lib         port:ocaml \
                    port:ocaml-findlib \
                    port:ocaml-pcre

configure.env-append USER=macports

pre-destroot {
  set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
  file mkdir $ocamlfind_destdir
  reinplace "s#\$(OCAMLFIND_INSTFLAGS)# -ldconf ignore -destdir '$ocamlfind_destdir'#g" \
    ${worksrcpath}/src/OCamlMakefile
}