18 lines
502 B
Makefile
18 lines
502 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:36 adam 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 35 # py-twisted
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|