mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
43e47725fc
Release notes: https://gitlab.matrix.org/matrix-org/olm/-/releases The changes are only in the Python bindings and the build system, so this is only a minor change.
19 lines
391 B
Makefile
19 lines
391 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= olm
|
|
DISTVERSIONPREFIX=
|
|
DISTVERSION= 3.1.4
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/${DISTVERSION}/
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Double Ratchet cryptographic ratchet in C++
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake compiler:c++11-lang \
|
|
localbase:ldflags tar:bz2
|
|
|
|
.include <bsd.port.mk>
|