diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 08:22:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-10 08:22:30 +0000 |
commit | 60a40578672256743cc7cd9a958cf057bd3d8eaf (patch) | |
tree | d2ca5672bcaeaf79ddb4499b44a9d34fce0d7a23 /security/py-python-pkcs11 | |
parent | Clean up RUN_DEPENDS after r559531 (USES=python:3.6+) (diff) |
Remove PYTHON_REL check
Notes
Notes:
svn path=/head/; revision=560968
Diffstat (limited to 'security/py-python-pkcs11')
-rw-r--r-- | security/py-python-pkcs11/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/security/py-python-pkcs11/Makefile b/security/py-python-pkcs11/Makefile index ccc435afc89b..adacc788d0a7 100644 --- a/security/py-python-pkcs11/Makefile +++ b/security/py-python-pkcs11/Makefile @@ -16,13 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1crypto>=0:devel/py-asn1crypto@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} -USES= python:3.4+ +USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 3600 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}aenum>=0:devel/py-aenum@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |