aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-09 04:11:08 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-09 04:11:08 +0000
commit97741a0217bc2671be32ac5f1d4c8cabbbb2a01c (patch)
treeb69a4b56434480619fa32876b5fd4bce4ae5a18e /Mk
parentb0a6205495e0acaa011911b2555f8d67749b713b (diff)
downloadports-97741a0217bc2671be32ac5f1d4c8cabbbb2a01c.tar.gz
ports-97741a0217bc2671be32ac5f1d4c8cabbbb2a01c.zip
python.mk: document individual module variables
...except PY_PILLOW, which has been redundant since Python 3.5 removal and is slowly being removed.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Uses/python.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index a8145a661810..0c118de3058c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -278,6 +278,14 @@
# PYDISTUTILS_INSTALLNOSINGLE
# - Deprecated without replacement
#
+# Dependency lines of selected Python modules:
+#
+# PYGAME - pygame port
+# PYNUMPY - NumPy port
+# PY_MERCURIAL - mercurial port, PKGNAME varies based on default
+# Python version
+# PY_BOOST - Boost Python libraries port
+#
# The following variables may be set by the user:
#
# PYTEST_ENABLE_ALL_TESTS - Enable tests skipped by PYTEST_BROKEN_TESTS