openbsd-ports/devel/py-buildbot/www/Makefile

16 lines
309 B
Makefile

COMMENT = web interface for buildbot
REVISION = 1
PART = www
BUILD_DEPENDS = www/py-autobahn${MODPY_FLAVOR} \
devel/py-buildbot/pkg
RUN_DEPENDS += devel/py-buildbot/grid-view \
devel/py-buildbot/console-view \
devel/py-buildbot/waterfall-view
TEST_DEPENDS = ${BUILD_DEPENDS}
.include <bsd.port.mk>