# -*- 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 4.3.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  b72c0791ec50ea68516c7c0af6bb15711e345c3c \
                    sha256  555d3b6dfaeb4809b5fdc5081686ebde8486ea6e479f2cb99256a5bcfdb18b24 \
                    size    628213

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

compiler.c_standard 2011
