mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
27 lines
489 B
Makefile
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>
|