# $Id$ PortSystem 1.0 PortGroup ocaml 1.0 name ocaml-ospec version 0.2.1 revision 1 categories devel ml platforms darwin license BSD maintainers mww openmaintainer description Behavior-Driven Development tool for OCaml long_description \ OSpec is a Behavior-Driven Development tool for OCaml, inspired by RSpec, \ a Ruby BDD library. It is implemented as a Camlp4 syntax extension. homepage http://forge.ocamlcore.org/projects/ospec/ master_sites http://forge.ocamlcore.org/frs/download.php/831/ distname ospec-${version} checksums rmd160 6282a2e1d09b1f6687c15c83a7d8acbc30575cb2 \ sha256 78b27389b21553aab9c37f0d9db97e6364991e8d5c8ca9fdf295318fde31eb40 depends_lib port:ocaml port:ocaml-findlib patchfiles patch-Makefile.diff use_oasis yes destroot { system "cd ${worksrcpath} && make install DESTDIR=${destroot} PREFIX=${prefix}" } livecheck.type regex livecheck.url http://forge.ocamlcore.org/frs/?group_id=92 livecheck.regex ospec-(\[0-9.\]+)${extract.suffix}