mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
2fbfe7f3b0
This fixes an issue with OMEMO encrypted group chats in gajim ok martijn@ sthen@
20 lines
352 B
Makefile
20 lines
352 B
Makefile
COMMENT = Gajim's fork of py-axolotl
|
|
|
|
MODPY_DISTV = 1.2.0
|
|
DISTNAME = omemo_dr-${MODPY_DISTV}
|
|
PKGNAME = py-omemo-dr-${MODPY_DISTV}
|
|
|
|
CATEGORIES = security
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-protobuf>=4.21.0 \
|
|
security/py-cryptography
|
|
|
|
.include <bsd.port.mk>
|