freebsd-ports/security/py-python-axolotl-curve25519/Makefile
Dmitry Marakasov 77d68471ad */*: rename CHEESESHOP to PYPI in MASTER_SITES
PR:			267994
Differential revision:	D37518
Approved by:		bapt
2023-01-11 18:58:34 +03:00

21 lines
506 B
Makefile

PORTNAME= python-axolotl-curve25519
PORTVERSION= 0.4.1
DISTVERSIONSUFFIX= .post2
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= meka@tilda.center
COMMENT= Python wrapper for curve25519 with ed25519 signatures
WWW= https://github.com/tgalal/python-axolotl-curve25519
LICENSE= GPLv3
USES= python:3.6+
USE_PYTHON= autoplist distutils
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/axolotl_curve25519*.so
.include <bsd.port.mk>