# $Id: Portfile,v 1.9 2003/08/05 09:29:16 jkh Exp $ PortSystem 1.0 name ocaml version 3.06+27 revision 0 categories lang maintainers jpm@opendarwin.org description Latest implementation of the Caml dialect of ML long_description \ The main novelties compared with its ancestor, Caml Light, are: \ 1) Full support for objects and classes -- here combined for the \ first time with ML-style type reconstruction. \ 2) A powerful module calculus in the style of Standard ML (but \ retaining separate compilation). \ 3) A high-performance native code compiler (in addition to a Caml \ Light-style bytecode compiler). homepage http://caml.inria.fr/ocaml platforms darwin master_sites http://savannah.nongnu.org/download/mldonkey/tools/ checksums md5 6e8685c23c3dafbf7c87e7fbbd69e339 # fetch.type cvs # cvs.root :pserver:anoncvs@camlcvs.inria.fr:/caml # cvs.module ocaml # distname ocaml configure { cd ${worksrcpath} system "./configure --no-tk --tk-no-x11 --bindir ${prefix}/bin \ --libdir ${prefix}/lib/ocaml --mandir ${prefix}/man/man1 \ --prefix ${prefix}" } build.target world opt destroot.args BINDIR=${destroot}/${prefix}/bin \ LIBDIR=${destroot}/${prefix}/lib/ocaml \ MANDIR=${destroot}/${prefix}/man/man1