diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-10 01:44:58 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-04-10 01:44:58 +0800 |
commit | fe7c148864c3c83e01cef6c55013508acf09da66 (patch) | |
tree | 904f87ee16758c68ce37db599be269f12c7a7293 /security/py-certbot-nginx | |
parent | security/py-certbot-apache: Remove outdated PYTHON_REL check after lang/pytho... (diff) |
security/py-certbot-nginx: Remove outdated PYTHON_REL check after lang/python38 removal (ca15850a2b13f4fede0294d724e1d4a8edec8407)
Diffstat (limited to 'security/py-certbot-nginx')
-rw-r--r-- | security/py-certbot-nginx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/py-certbot-nginx/Makefile b/security/py-certbot-nginx/Makefile index 31624c139744..3c26bfbf3525 100644 --- a/security/py-certbot-nginx/Makefile +++ b/security/py-certbot-nginx/Makefile @@ -28,14 +28,8 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 30900 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-resources>=1.3.1:devel/py-importlib-resources@${PY_FLAVOR} -.endif - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/certbot_nginx/_internal/constants.py .include "${.CURDIR}/../py-acme/version.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |