diff options
Diffstat (limited to 'devel/buildbot/Makefile')
-rw-r--r-- | devel/buildbot/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/buildbot/Makefile b/devel/buildbot/Makefile index 8affbbbd68a4..fd5bf07b602e 100644 --- a/devel/buildbot/Makefile +++ b/devel/buildbot/Makefile @@ -6,14 +6,17 @@ # PORTNAME= buildbot -PORTVERSION= 0.7.12 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= SF MAINTAINER= clsung@FreeBSD.org COMMENT= Automated system from compile/test cycle to validate code changes -USE_PYTHON= yes +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.1:${PORTSDIR}/devel/py-Jinja2 \ + ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_TWISTED_RUN= conch mail web words |