Ticket #31629: Portfile

File Portfile, 1.4 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-fileutils
7version             0.4.3
8categories          devel ml
9maintainers         googlemail.com:benedikt.meurer
10license             LGPL-2.1
11description         File manipulation library for OCaml
12long_description    ocaml-fileutils is a file manipulation library for OCaml. \
13                    It is intended to provide a basic interface to the most \
14                    common real file and filename operations, similar in style \
15                    to what the GNU fileutils provide.
16
17homepage            http://forge.ocamlcore.org/projects/ocaml-fileutils/
18platforms           darwin
19master_sites        http://forge.ocamlcore.org/frs/download.php/625/
20
21distname            ocaml-fileutils-${version}
22
23checksums           md5     b2a3c8541a130d7c601a7deb5e982ef7 \
24                    sha1    a2a7326565f8cf5d8cc11264b9612329579a9d46 \
25                    rmd160  181e7c8ea72fb4438809705584a2ee7e132367e6
26
27livecheck.type      regex
28livecheck.url       http://forge.ocamlcore.org/frs/?group_id=128
29livecheck.regex     {>ocaml-fileutils-(.*)\.tar\.gz}
30
31use_oasis           yes
32use_oasis_doc       yes
33
34configure.args-append "--destdir ${destroot} --docdir ${prefix}/share/doc/caml-fileutils"
35