1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Simplify ports using PYTHON_SUFFIX and Python 3.6+

This commit is contained in:
Rene Ladan 2021-01-12 22:22:22 +00:00
parent de9d04c97f
commit 1ac11a8246
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561398

View File

@ -23,10 +23,4 @@ USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_SUFFIX} < 35
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.ssl_match_hostname>0:security/py-backports.ssl_match_hostname@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>