git: c01d258d0b14 - main - www/py-django-configurations: 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:49 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c01d258d0b147977a280a82d4d000804b7bf0d6b commit c01d258d0b147977a280a82d4d000804b7bf0d6b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-06-30 07:08:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-06-30 07:08:16 +0000 www/py-django-configurations: Remove outdated PYTHON_REL check after lang/python37 removal --- www/py-django-configurations/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/www/py-django-configurations/Makefile b/www/py-django-configurations/Makefile index ecdacd880388..00d7861dbe50 100644 --- a/www/py-django-configurations/Makefile +++ b/www/py-django-configurations/Makefile @@ -34,10 +34,4 @@ post-install-DOCS-on: ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ "! -name .buildinfo -and ! -name objects.inv") -.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>