mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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.6.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 26eb0b44001b97c38505895dac58a2539d45311a \
|
|
sha256 811f19ed3df60f75070c07fc0eb5f767574e5b6dc2f12a679df04df381a43d88 \
|
|
size 633787
|
|
|
|
depends_lib port:zlib \
|
|
path:lib/libssl.dylib:openssl
|
|
|
|
compiler.c_standard 2011
|