Ticket #45548: Portfile

File Portfile, 942 bytes (added by garrigue@…, 9 years ago)
Line 
1# $Id: Portfile 116609 2014-01-30 18:10:33Z mww@macports.org $
2
3PortSystem          1.0
4PortGroup           github 1.0
5
6github.setup        ocaml opam 1.1.2
7
8name                opam
9platforms           darwin
10categories          sysutils ml
11license             {LGPL-3 OpenSSLException}
12maintainers         mww openmaintainer
13homepage            http://opam.ocamlpro.com/
14description         OPAM is a package manager for OCaml
15long_description    OPAM is a package manager for OCaml that can install \
16                    multiple versions of OCaml and libraries in a users home \
17                    directory.
18
19distname            opam-full-${version}
20checksums           rmd160  0e9593e38aa13bc57a22028d19166bfcf67d0426 \
21                    sha256  f7a8dee6c67cd1e7503c179a9a5b139220085b9ed7d80e6ec838a8a344cb4c71
22
23depends_build       port:ocaml
24
25build.env-append    "TERM=xterm"
26use_parallel_build  no
27build.target        lib-ext all
28