ports/security/olm/Makefile
Daniel Engberg bd943b3f8e security/olm: Update to 3.2.13
Use USE_GITLAB to follow Porters Handbook more closely and be consistent with ports tree
Disable building of unit tests

Changelog: https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.13

PR:		267091
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2022-11-03 22:51:57 +01:00

23 lines
501 B
Makefile

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_COMMIT= 6d767aaf29bdf15571c2ef4d3f8f9e953de03733
PLIST_SUB= SOVER=${DISTVERSION}
CMAKE_OFF= OLM_TESTS
.include <bsd.port.mk>