mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.7 2014/12/31 13:57:26 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= 33 34 # py-twisted
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|