ports/devel/py-buildbot-react-console-view/Makefile

22 lines
601 B
Makefile

PORTNAME= buildbot-react-console-view
DISTVERSION= 3.11.8
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= buildbot_react_console_view-${DISTVERSION}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Buildbot Console View plugin (react)
WWW= https://buildbot.net
LICENSE= GPLv2
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}buildbot-pkg>=${PORTVERSION}:devel/py-buildbot-pkg@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>