Ticket #33120: Portfile.2

File Portfile.2, 1008 bytes (added by mail@…, 12 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           github 1.0
6
7github.setup        ruediger libbert 0.0.1 libbert-
8revision            1
9categories          devel
10platforms           darwin
11maintainers         uwe-arzt.de:mail openmaintainer
12license             beerzlib
13
14description         LibBERT is a BERT (Binary ERlang Term) library for C++ and C.
15long_description    BERT is a format for encoding binary data. You can think of it as JSON \
16                    for binary formats. BERT is based on Erlangs External Format. \
17                    bert.h is the C API (you need to link -lbert_capi!). \
18                    bert.hpp is the C++ API (header only).
19
20fetch.type          git
21git.branch          c552c0644301f8069b63b7d122b76fe8d0317d46
22
23depends_lib         port:boost
24
25depends_build       port:cmake
26
27configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}