blob: 4bb719567822bddddf81f07cf2b4e28f32166824 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= python-axolotl-curve25519
PORTVERSION= 0.4.1
PORTREVISION= 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
USE_PYTHON= autoplist distutils
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
CFLAGS+= -Wno-error=int-conversion
.endif
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/axolotl_curve25519*.so
.include <bsd.port.post.mk>
|