aboutsummaryrefslogtreecommitdiff
path: root/net/libsrtp2/Makefile
blob: 85e013e2edec031e3a3029e750c8cc537e903c6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	libsrtp
DISTVERSIONPREFIX=	v
DISTVERSION=	2.7.0
CATEGORIES=	net
PKGNAMESUFFIX=	2

MAINTAINER=	tijl@FreeBSD.org
COMMENT=	Secure RTP (SRTP) Reference Implementation
WWW=		https://github.com/cisco/libsrtp

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cpe meson pkgconfig ssl
CPE_VENDOR=	cisco
USE_GITHUB=	yes
GH_ACCOUNT=	cisco
USE_LDCONFIG=	yes

MESON_ARGS=	-Dcrypto-library=openssl \
		-Dcrypto-library-kdf=disabled \
		-Ddoc=disabled

.include <bsd.port.mk>