Files
pkgsrc-ng/devel/py-buildbot-slave/Makefile
2016-11-18 22:39:22 +01:00

19 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:39 wiz Exp $
DISTNAME= buildbot-slave-0.8.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel net python
MASTER_SITES= http://buildbot.googlecode.com/files/
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://buildbot.net/
COMMENT= Buildbot slave
LICENSE= gnu-gpl-v2
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"