pkgsrc-wip/py-buildbot/Makefile
2005-07-27 16:27:55 +00:00

19 lines
531 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/07/27 16:27:55 thomasklausner Exp $
#
DISTNAME= buildbot-0.3.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://cesnet.dl.sourceforge.net/sourceforge/buildbot/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://buildbot.sourceforge.net/
COMMENT= System to automate the compile/test cycle
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
DEPENDS+= ${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"