aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:01:47 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-06-30 07:01:47 +0000
commitf9b57b0aa9cb17fd8a5f32a12a0dfcd0fb054e24 (patch)
treeb7542a8967ce88eaef09caee856eddbd0bafbf25
parent07500a18a2f764241879c96d3cd512e4f1e3d4c8 (diff)
downloadports-f9b57b0aa9cb17fd8a5f32a12a0dfcd0fb054e24.tar.gz
ports-f9b57b0aa9cb17fd8a5f32a12a0dfcd0fb054e24.zip
devel/bpython: Remove outdated PYTHON_REL check after lang/python37 removal
-rw-r--r--devel/bpython/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/bpython/Makefile b/devel/bpython/Makefile
index 7c3f35f8171c..e8280ddd4508 100644
--- a/devel/bpython/Makefile
+++ b/devel/bpython/Makefile
@@ -30,13 +30,6 @@ OPTIONS_SUB= yes
NLS_USES= gettext
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 30800
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.cached-property>=0:devel/py-backports.cached-property@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
-.endif
-
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_DATA} ${WRKSRC}/theme/*.theme ${STAGEDIR}${EXAMPLESDIR}/
@@ -49,4 +42,4 @@ post-install-NLS-on:
${INSTALL_DATA} ${WRKSRC}/bpython/translations/${lang}/LC_MESSAGES/bpython.mo ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>