Ticket #34117: Portfile

File Portfile, 811 bytes (added by pierreetienne.meunier@…, 12 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4
5name                ocaml-ocsigen
6version             2.1a
7categories          ml
8platforms           darwin
9license             GPL
10maintainers         Pierre-Etienne Meunier
11description         A web framework in ocaml
12long_description    A web framework in ocaml
13homepage            http://ocsigen.org
14master_sites        http://ocsigen.org/download/
15distname            ocsigen-bundle-${version}
16checksums           sha256 77702660f4726263bda68e5920ceefe0474aeb3ae7e39f99a0d42f5cefd94816
17
18depends_lib         port:ocaml \
19                    port:ocaml-react \
20                    port:ocaml-ocamlnet \
21                    port:cryptokit \
22                    port:ocaml-text \
23                    port:ocaml-calendar \
24                    port:libev
25use_parallel_build  no