mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
f18376d5cb
ChangeLog: https://github.com/baresip/re/releases/tag/v3.6.2 sip/transp: add win32 local transport addr fallback (fixes TCP/TLS register) Reported by: portscout
19 lines
349 B
Makefile
19 lines
349 B
Makefile
PORTNAME= re
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.6.2
|
|
CATEGORIES= audio devel
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Library for real-time comms with async IO support
|
|
WWW= https://github.com/baresip
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake ssl
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= baresip
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|