cf118ccf87
Reported by: lwhsu
16 lines
378 B
Makefile
16 lines
378 B
Makefile
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>
|