freebsd-ports/security/olm/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>