diff options
Diffstat (limited to 'devel/py-buildbot-console-view/Makefile')
-rw-r--r-- | devel/py-buildbot-console-view/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/py-buildbot-console-view/Makefile b/devel/py-buildbot-console-view/Makefile new file mode 100644 index 00000000000..55f1c976640 --- /dev/null +++ b/devel/py-buildbot-console-view/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2017/10/01 23:44:52 joerg Exp $ + +DISTNAME= buildbot-console-view-0.9.11 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= devel net python +MASTER_SITES= ${MASTER_SITE_PYPI:=b/buildbot-console-view/} + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= https://buildbot.net/ +COMMENT= Waterfall Plugin for the buildbot CI system +LICENSE= gnu-gpl-v2 + +DEPENDS+= ${PYPKGPREFIX}-buildbot-[0-9]*:../../devel/py-buildbot +BUILD_DEPENDS+= ${PYPKGPREFIX}-buildbot-pkg-[0-9]*:../../devel/py-buildbot-pkg + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" |