Modified: trunk/dports/devel/libbert/Portfile (148863 => 148864)
--- trunk/dports/devel/libbert/Portfile 2016-05-20 15:46:02 UTC (rev 148863)
+++ trunk/dports/devel/libbert/Portfile 2016-05-20 15:57:04 UTC (rev 148864)
@@ -2,25 +2,26 @@
# $Id$
PortSystem 1.0
+PortGroup cmake 1.0
PortGroup github 1.0
-github.setup ruediger libbert 0.0.1 libbert-
+github.setup ruediger libbert d813e7832552a3623fbdb40e7bdfff07cf5343b8
+version 20131017
categories devel
platforms darwin
maintainers nomaintainer
license zlib
description LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
+
long_description BERT is a format for encoding binary data. You can think of it as JSON \
for binary formats. BERT is based on Erlang’s External Format. \
bert.h is the C API (you need to link -lbert_capi!). \
bert.hpp is the C++ API (header only).
-fetch.type git
-git.branch c552c0644301f8069b63b7d122b76fe8d0317d46
+checksums rmd160 12d837320d49bac972a62cbd102718cb4cb46e0d \
+ sha256 01a1e83db33a6ecdc07f260910eda8b1a9faa3dddd822fdbe479530b639696b8
depends_lib port:boost
-depends_build port:cmake
-
-configure.pre_args -DCMAKE_INSTALL_PREFIX=${prefix}
+cmake.out_of_source yes