summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:04:42 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 15:04:42 +0800
commit1058bf6be4fcd38e1abe6713a53456b5600e3c52 (patch)
tree4c52c215281dfe74403ced5bc4b775f95cd3bd75
parentsecurity/py-pysaml2: Remove outdated PYTHON_REL check after lang/python37 rem... (diff)
security/py-signedjson: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r--security/py-signedjson/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/security/py-signedjson/Makefile b/security/py-signedjson/Makefile
index c7d185eae14a..4a960a2b080f 100644
--- a/security/py-signedjson/Makefile
+++ b/security/py-signedjson/Makefile
@@ -21,11 +21,4 @@ USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.5:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>