pkgsrc/devel/py-buildbot-slave/Makefile
joerg b4ad1c9d78 Imported py26-buildbot-slave.
The BuildBot is a system to automate the compile/test cycle required by
most software projects to validate code changes. This package contains
the buildslave.
2011-11-13 23:07:05 +00:00

22 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/11/13 23:07:05 joerg Exp $
#
DISTNAME= buildbot-slave-0.8.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
EGG_NAME= buildbot_slave-0.8.5
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
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 27 26
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"