Ticket #31632: Portfile

File Portfile, 1.2 KB (added by benedikt.meurer@…, 13 years ago)
Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup ocaml     1.0
6name                caml-odn
7version             0.0.6
8categories          devel ml
9maintainers         googlemail.com:benedikt.meurer
10license             LGPL-2.1
11description         Store data using OCaml notation
12long_description    This library uses type-conv to dump OCaml data structure \
13                    using OCaml data notation. This kind of data dumping helps \
14                    to write OCaml code generator, like OASIS.
15
16homepage            http://forge.ocamlcore.org/projects/odn/
17platforms           darwin
18master_sites        https://forge.ocamlcore.org/frs/download.php/638/
19
20distname            ocaml-data-notation-${version}
21
22checksums           md5     32d916776f37c6439d52a0adf34da922 \
23                    sha1    05428d7e260006e362764c118e60314223bcddaf \
24                    rmd160  bd6d51e58b34de19c619f4db8f622caf32fd01d1
25
26depends_lib         port:caml-type-conv
27
28livecheck.type      regex
29livecheck.url       http://forge.ocamlcore.org/frs/?group_id=148
30livecheck.regex     {>ocaml-data-notation-(.*)\.tar\.gz}
31
32use_oasis           yes
33