1PORTNAME= ecdsa 2PORTVERSION= 0.19.1 3CATEGORIES= security python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= ECDSA cryptographic signature library (pure python) 9WWW= https://github.com/tlsfuzzer/python-ecdsa 10 11LICENSE= mit 12LICENSE_FILE= ${WRKSRC}/LICENSE 13 14BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ 15 ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} 16RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} 17 18USES= python 19USE_PYTHON= autoplist concurrent pep517 20 21NO_ARCH= yes 22 23OPTIONS_RADIO= FASTER 24OPTIONS_RADIO_FASTER= GMPY GMPY2 25OPTIONS_DEFAULT=GMPY2 26GMPY_DESC= GMPY support 27GMPY2_DESC= GMPY2 support 28 29GMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy>=0:math/py-gmpy@${PY_FLAVOR} 30GMPY2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gmpy2>=0:math/py-gmpy2@${PY_FLAVOR} 31 32NO_ARCH= yes 33NO_TEST= yes 34 35.include <bsd.port.mk> 36