[84806] trunk/dports/devel/ocaml-bitstring/Portfile
mww at macports.org
mww at macports.org
Sun Oct 2 01:50:27 PDT 2011
Revision: 84806
http://trac.macports.org/changeset/84806
Author: mww at macports.org
Date: 2011-10-02 01:50:24 -0700 (Sun, 02 Oct 2011)
Log Message:
-----------
ocaml-bitstring: add license; use ocaml port group
Modified Paths:
--------------
trunk/dports/devel/ocaml-bitstring/Portfile
Modified: trunk/dports/devel/ocaml-bitstring/Portfile
===================================================================
--- trunk/dports/devel/ocaml-bitstring/Portfile 2011-10-02 08:31:39 UTC (rev 84805)
+++ trunk/dports/devel/ocaml-bitstring/Portfile 2011-10-02 08:50:24 UTC (rev 84806)
@@ -1,13 +1,15 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+PortGroup ocaml 1.0
name ocaml-bitstring
version 2.0.2
platforms macosx
categories devel ocaml
maintainers nomaintainer
+license {GPL-2 LGPL-2.1+}
description bitstrings and bitstring matching for OCaml
long_description \
@@ -29,14 +31,10 @@
depends_lib port:ocaml
depends_run port:caml-findlib
-use_parallel_build yes
+use_parallel_build no
test.run yes
-pre-destroot {
- file mkdir ${destroot}${prefix}/lib/ocaml/site-lib
-}
-
post-activate {
set ldconf [open ${prefix}/lib/ocaml/ld.conf r+]
set found 0
@@ -55,8 +53,5 @@
close ${ldconf}
}
-# ocaml does not have a universal variant
-universal_variant no
-
livecheck.type regex
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111002/5ea16407/attachment.html>
More information about the macports-changes
mailing list