1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/security/olm/Makefile
Adriaan de Groot 43e47725fc Update security/olm to latest upstream release
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.
2019-12-30 17:01:57 +00:00

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>