summaryrefslogtreecommitdiff
path: root/security/olm/Makefile
blob: 1552702c9d44bce7f33063f3c8f28b2322190552 (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
PORTNAME=	olm
DISTVERSION=	3.2.13
CATEGORIES=	security

MAINTAINER=	adridg@FreeBSD.org
COMMENT=	Double Ratchet cryptographic ratchet in C++
WWW=		https://gitlab.matrix.org/matrix-org/olm

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake compiler:c++11-lang cpe
CPE_VENDOR=	matrix
USE_GITLAB=	yes
GL_SITE=	https://gitlab.matrix.org/
GL_ACCOUNT=	matrix-org
GL_TAGNAME=	6d767aaf29bdf15571c2ef4d3f8f9e953de03733

PLIST_SUB=	SOVER=${DISTVERSION}

CMAKE_OFF=	OLM_TESTS

.include <bsd.port.mk>