19 lines
510 B
Makefile
19 lines
510 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/07/19 21:53:41 athaba Exp $
|
|
#
|
|
|
|
DISTNAME= buildbot-0.7.7
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=buildbot/}
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|