summaryrefslogtreecommitdiff
path: root/security/py-python-axolotl-curve25519/Makefile
blob: 8e9d7a2112015c1830a56686759f200d94e113ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=		python-axolotl-curve25519
PORTVERSION=		0.4.1
DISTVERSIONSUFFIX=	.post2
CATEGORIES=		security python
MASTER_SITES=		CHEESESHOP
PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	meka@tilda.center
COMMENT=	Python wrapper for curve25519 with ed25519 signatures

LICENSE=	GPLv3

USES=		python:3.6+
USE_PYTHON=	autoplist distutils

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/axolotl_curve25519*.so

.include <bsd.port.mk>