blob: 45c89ee247652e626e4c5b377db22da876c3eb70 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= re
DISTVERSIONPREFIX= v
DISTVERSION= 3.22.0
CATEGORIES= audio devel
MAINTAINER= herbert@gojira.at
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>
|