[116410] trunk/dports/devel
mww at macports.org
mww at macports.org
Thu Jan 23 23:00:38 PST 2014
Revision: 116410
https://trac.macports.org/changeset/116410
Author: mww at macports.org
Date: 2014-01-23 23:00:38 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
ocaml-bisect: new port
Added Paths:
-----------
trunk/dports/devel/ocaml-bisect/
trunk/dports/devel/ocaml-bisect/Portfile
Added: trunk/dports/devel/ocaml-bisect/Portfile
===================================================================
--- trunk/dports/devel/ocaml-bisect/Portfile (rev 0)
+++ trunk/dports/devel/ocaml-bisect/Portfile 2014-01-24 07:00:38 UTC (rev 116410)
@@ -0,0 +1,27 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup ocaml 1.0
+
+name ocaml-bisect
+version 1.3
+categories devel ml
+maintainers mww
+platforms darwin
+license GPL-3
+description Bisect is a coverage tool for the OCaml language.
+long_description ${description}
+homepage http://bisect.x9c.fr/
+master_sites https://forge.ocamlcore.org/frs/download.php/1051/
+distname bisect-${version}
+
+checksums rmd160 686ef54ce96b2b34bc0e679f74587d9efb3de043 \
+ sha256 e0655cda0fc952eb4bc05a7df0f37a042c616c398b413bf6ba6e520c60168f4d
+
+depends_lib port:ocaml \
+ port:ocaml-findlib
+
+configure.pre_args -ocaml-prefix ${prefix} -ocamlfind ${ocamlfind_wrapper}
+
+destroot.destdir PATH_OCAML_PREFIX=${destroot}${prefix}
+
Property changes on: trunk/dports/devel/ocaml-bisect/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/4b102104/attachment.html>
More information about the macports-changes
mailing list