Files
ports/www/unit/unit-python/Makefile
T
2025-05-29 06:16:28 +00:00

16 lines
376 B
Makefile

BROKEN-sparc64= ./configure: error: no Python found.
UNIT_MODNAME= python${MODPY_VERSION}
UNIT_SHORTNAME= python
MODULES+= lang/python
CONFIGURE_ENV+= PYTHON_CONFIG=${MODPY_BIN}-config
WANTLIB= ${MODPY_WANTLIB} intl m pthread util
LIB_DEPENDS= ${MODPY_LIB_DEPENDS}
post-configure:
cd ${WRKSRC} && ./configure python --config=${MODPY_BIN}-config
.include <bsd.port.mk>