svn commit: r561398 - head/sysutils/py-docker
Rene Ladan
rene at FreeBSD.org
Tue Jan 12 22:22:22 UTC 2021
Author: rene
Date: Tue Jan 12 22:22:22 2021
New Revision: 561398
URL: https://svnweb.freebsd.org/changeset/ports/561398
Log:
Simplify ports using PYTHON_SUFFIX and Python 3.6+
Modified:
head/sysutils/py-docker/Makefile
Modified: head/sysutils/py-docker/Makefile
==============================================================================
--- head/sysutils/py-docker/Makefile Tue Jan 12 22:21:20 2021 (r561397)
+++ head/sysutils/py-docker/Makefile Tue Jan 12 22:22:22 2021 (r561398)
@@ -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>
More information about the svn-ports-all
mailing list