# $Id: Portfile 37929 2008-06-29 22:28:34Z ryandesign@macports.org $ PortSystem 1.0 name caml-type-conv version 1.5.0 distfiles type-conv-${version}.tar.gz worksrcdir type-conv-${version} categories devel ml maintainers erickt openmaintainer description Mini library required for some other preprocessing libraries (OCaml 3.10 and newer) homepage http://www.ocaml.info/home/ocaml_sources.html platforms darwin master_sites http://www.ocaml.info/ocaml_sources checksums md5 4d6b3b2f6b54e1d5e2d4c704a9005de3 \ sha1 39b9d8ed414eb7616ee382bc360c2a75919a103e \ rmd160 e5e2a513e60a34363383ed1e71b689aed0412682 livecheck.check regex livecheck.regex "type-conv-(.*?).tar.gz" depends_lib port:ocaml port:caml-findlib use_configure no build.env PREFIX=${prefix} set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib destroot.env OCAMLFIND_INSTFLAGS="-destdir $ocamlfind_destdir" pre-destroot { file mkdir $ocamlfind_destdir }