Python-Module

PYTHON-MODULE(5) - File Formats Manual

Modules, Python-Module

PYTHON-MODULE(5) - File Formats Manual # PYTHON-MODULE(5) - File Formats Manual NAME # python-module - lang/python port module DESCRIPTION # This manual page documents the behavior of setting MODULES=lang/python in the ports(7) tree. By default, the module sets MODPY_VERSION to the appropriate python version (depending on the existence/presence of a ‘python3’ FLAVOR) , but MODPY_VERSION may be set manually to ${MODPY_DEFAULT_VERSION_2} for legacy ports. The module then sets MODPY_BIN, MODPY_INCDIR, MODPY_LIBDIR, MODPY_SITEPKG, MODPY_SETUP, MODPY_TEST_DIR, MODPY_TEST_LOCALE, MODPY_WANTLIB, MODPY_LIB_DEPENDS, MODPY_RUN_DEPENDS, MODPY_TEST_DEPENDS, MODPY_BUILD_DEPENDS, and MODPY_ADJ_FILES accordingly. ...