3fb2ecc88e
- Update COMMENT - Fix BUILD_DEPENDS: Remove py-build - Take maintainership Changes: https://dev.gajim.org/gajim/omemo-dr/-/blob/master/CHANGELOG.md
23 lines
643 B
Makefile
23 lines
643 B
Makefile
PORTNAME= omemo-dr
|
|
PORTVERSION= 1.2.0
|
|
CATEGORIES= security python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= omemo_dr-${PORTVERSION}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= OMEMO Double Ratchet
|
|
WWW= https://dev.gajim.org/gajim/omemo-dr
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0.0:devel/py-setuptools@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.0:devel/py-protobuf@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent cryptography pep517
|
|
|
|
.include <bsd.port.mk>
|