Added: trunk/dports/devel/caml-ocamldsort/Portfile (0 => 61041)
--- trunk/dports/devel/caml-ocamldsort/Portfile (rev 0)
+++ trunk/dports/devel/caml-ocamldsort/Portfile 2009-11-30 18:51:06 UTC (rev 61041)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+
+name caml-ocamldsort
+version 0.14.4
+distname ocamldsort-${version}
+categories devel ml
+maintainers avsm
+description Build dependency generator for OCaml
+long_description The ocamldsort command scans a set of Objective Caml source files \
+ (.ml and .mli files), sorts them according to their dependencies and \
+ prints the sorted files in order to link their corresponding .cmo \
+ and .cmi files.
+homepage http://dimitri.mutu.net/ocaml.html
+platforms darwin
+master_sites ftp://quatramaran.ens.fr/pub/ara/ocamldsort/
+
+depends_lib port:ocaml
+
+checksums md5 9651d6afb204c0b22cd69be8a847e1d4 \
+ sha1 ff1aeb64200e378af5c3f2af6ab6cfdc7b2b2a51 \
+ rmd160 38f5a5a3d4f96f8e89af8214027d15c8a3f4bcd7
+
+configure.args-append --prefix="${destroot}${prefix}" --exec-prefix="${destroot}${prefix}" --mandir="${destroot}${prefix}/share/man"
+use_parallel_build no