[100437] trunk/dports/sysutils

mww at macports.org mww at macports.org
Wed Dec 12 03:39:09 PST 2012


Revision: 100437
          https://trac.macports.org/changeset/100437
Author:   mww at macports.org
Date:     2012-12-12 03:39:09 -0800 (Wed, 12 Dec 2012)
Log Message:
-----------
new port: opam

Added Paths:
-----------
    trunk/dports/sysutils/opam/
    trunk/dports/sysutils/opam/Portfile

Added: trunk/dports/sysutils/opam/Portfile
===================================================================
--- trunk/dports/sysutils/opam/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/opam/Portfile	2012-12-12 11:39:09 UTC (rev 100437)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         github 1.0
+
+github.setup OCamlPro opam 0.8.1
+
+platforms           darwin
+categories          sysutils ml
+license             GPL-3
+maintainers         mww openmaintainer
+homepage            http://opam.ocamlpro.com/
+description         OPAM is a package manager for OCaml
+long_description    OPAM is a package manager for OCaml that can install \
+                    multiple versions of OCaml and libraries in a users home \
+                    directory.
+
+github.tarball_from OCamlPro
+
+checksums           rmd160  23a85f861fd0b2d653bbab19c101fe7603a767fc \
+                    sha256  f01b4a59130373aa2d32b00684d82658ef76d9cf65c8323a5a52ef2969deb6d8
+
+depends_build port:ocaml
+
+destroot.destdir prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man
+


Property changes on: trunk/dports/sysutils/opam/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121212/8549f369/attachment.html>


More information about the macports-changes mailing list