# -*- 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

PortSystem          1.0
PortGroup           legacysupport 1.1
PortGroup           muniversal 1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

# clock_gettime
legacysupport.newest_darwin_requires_legacy 15

github.setup        baresip re 3.11.0 v
github.tarball_from archive
revision            0
name                libre
categories          net devel
maintainers         {db.org:aeh @alfredh}
license             BSD
description         Protocol library for real-time communications with async \
                    I/O support
long_description    ${name} is a ${description}.

checksums           rmd160  0ac6d115296c8f96c887b11a794128bd2601bae8 \
                    sha256  a29dbdbbacd27461b9c8e94b0e52773f3b1396a64e31e258635f18cf5f27e44e \
                    size    601612

depends_lib         port:zlib \
                    path:lib/libssl.dylib:openssl

compiler.c_standard 2011
