Files
2026-01-04 14:35:21 +00:00

27 lines
489 B
Makefile

COMMENT= system to monitor and control processes
MODPY_DISTV = 4.3.0
DISTNAME= supervisor-${MODPY_DISTV}
CATEGORIES= sysutils
HOMEPAGE= http://supervisord.org/
# BSD-derived
PERMIT_PACKAGE =Yes
MODPY_PI = Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
pre-configure:
${SUBST_CMD} ${WRKSRC}/supervisor/skel/sample.conf
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/supervisor/
${INSTALL_DATA} ${WRKSRC}/docs/* ${PREFIX}/share/doc/supervisor/
.include <bsd.port.mk>