Ticket #31631: 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-ocamlify
7version             0.0.1
8categories          devel ml
9maintainers         googlemail.com:benedikt.meurer
10license             LGPL-2.1
11description         Include files in OCaml code
12long_description    This program allows to copy files inside OCaml code. It \
13                    uses a first file that describes the other files that must \
14                    be included and the type of OCaml variable it should create. \
15                    It can also describe dependencies to other files, in order \
16                    to generate .depends files for make.
17
18homepage            http://ocamlify.forge.ocamlcore.org/
19platforms           darwin
20master_sites        http://forge.ocamlcore.org/frs/download.php/379/
21
22distname            ocamlify-${version}
23
24checksums           md5     bcd97ad0f7203019019997197451dbf0 \
25                    sha1    edac27eb484f151076d645a8b8b6d502e5f72376 \
26                    rmd160  0a796a55491749b0677a5f956a6ed261b6bac408
27
28livecheck.type      regex
29livecheck.url       http://forge.ocamlcore.org/frs/?group_id=53
30livecheck.regex     {>ocamlify-(.*)\.tar\.gz}
31
32use_oasis           yes
33
34configure.args-append "--destdir ${destroot}"
35