diff options
Diffstat (limited to 'devel/py-buildbot-wsgi-dashboards/Makefile')
-rw-r--r-- | devel/py-buildbot-wsgi-dashboards/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/py-buildbot-wsgi-dashboards/Makefile b/devel/py-buildbot-wsgi-dashboards/Makefile new file mode 100644 index 000000000000..19ced7ca77d8 --- /dev/null +++ b/devel/py-buildbot-wsgi-dashboards/Makefile @@ -0,0 +1,23 @@ +PORTNAME= buildbot-wsgi-dashboards +DISTVERSION= 4.3.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= buildbot_wsgi_dashboards-${DISTVERSION} + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Buildbot plugin to integrate flask or bottle dashboards to buildbot UI (React) +WWW= https://buildbot.net + +LICENSE= GPLv2 +#LICENSE_FILE= Not packaged in sdist + +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> |