# $Id$ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-ocamlrss version 2.0 revision 1 categories www devel ml platforms darwin license LGPL-3 maintainers mww openmaintainer description OCaml-RSS is a small OCaml library providing functions to parse and print RSS 2.0 files long_description ${description} homepage http://zoggy.github.com/ocamlrss/ master_sites http://zoggy.github.com/ocamlrss/ checksums rmd160 33fbfd5d641bc2a3f96cbd910bb7dacb8bb5fd29 \ sha256 dc2a9e32c7c4aec3047538fd01da62bf61263d59c00c693623c77b4b763809b0 distname ocamlrss-${version} depends_lib port:ocaml port:ocaml-findlib port:ocaml-xmlm configure { reinplace "s|ocamlfind|${ocamlfind_wrapper}|g" ${worksrcpath}/Makefile } use_parallel_build no livecheck.type regex livecheck.url ${master_sites} livecheck.regex ocamlrss-(\[0-9.\]+)${extract.suffix}