git: 36694bf48711 - main - textproc/py-rdflib: Remove outdated PYTHON_REL check after lang/python37 removal
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 07:22:47 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=36694bf48711d22aed855ffbf271f666214687eb commit 36694bf48711d22aed855ffbf271f666214687eb Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:11 +0000 textproc/py-rdflib: Remove outdated PYTHON_REL check after lang/python37 removal --- textproc/py-rdflib/Makefile | 8 +------- 1 file changed, 1 insertion(+), 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>