# $Id$ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-xtmpl version 0.3 categories textproc devel ml maintainers mww openmaintainer platforms darwin license GPL-3 description Xtmpl is a small XML templating library for OCaml long_description ${description} homepage https://github.com/zoggy/xtmpl master_sites http://zoggy.github.com/xtmpl/ distname xtmpl-${version} checksums rmd160 288a060dba9096e71e9535c0be9897b1b8e23407 \ sha256 4f78d1b2362a8cca34d5247181c9598f5c4d05155ff9a5aa866a7a38a7894161 depends_lib port:ocaml port:ocaml-findlib port:ocaml-xmlm configure { reinplace "s|ocamlfind|${ocamlfind_wrapper}|g" ${worksrcpath}/Makefile } livecheck.type regex livecheck.url ${master_sites} livecheck.regex xtmpl-(\[0-9\.]+)${extract.suffix}