19 lines
529 B
Makefile
19 lines
529 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/05/19 16:51:32 ykomatsu Exp $
|
|
#
|
|
|
|
DISTNAME= buildbot-0.3.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cesnet.dl.sourceforge.net/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"
|