aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:11 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:08:11 +0000
commit36694bf48711d22aed855ffbf271f666214687eb (patch)
tree24f9bee021c6c86f6b2cd39dd5d2e48ea04f7145
parent73ad0c0f75ecc7d84cede879d271211a3f4baa16 (diff)
downloadports-36694bf48711d22aed855ffbf271f666214687eb.tar.gz
ports-36694bf48711d22aed855ffbf271f666214687eb.zip
textproc/py-rdflib: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r--textproc/py-rdflib/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-rdflib/Makefile b/textproc/py-rdflib/Makefile
index a2f24a527525..800108b30b78 100644
--- a/textproc/py-rdflib/Makefile
+++ b/textproc/py-rdflib/Makefile
@@ -35,10 +35,4 @@ HTML_DESC= HTML support
HTML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>=1.0<2:www/py-html5lib@${PY_FLAVOR}
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>