diff options
Diffstat (limited to 'devel/bzr-git')
-rw-r--r-- | devel/bzr-git/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/bzr-git/Makefile b/devel/bzr-git/Makefile index 99247ceebc4f..9a6c0d5d02d2 100644 --- a/devel/bzr-git/Makefile +++ b/devel/bzr-git/Makefile @@ -7,6 +7,7 @@ PORTNAME= bzr-git PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://launchpadlibrarian.net/76814124/ \ http://www.c-s.li/ports/ @@ -14,15 +15,15 @@ MASTER_SITES= https://launchpadlibrarian.net/76814124/ \ MAINTAINER= c-s@c-s.li COMMENT= Plugin for bzr to work with git trees +LICENSE= GPLv2 + BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \ py*-dulwich>=0.8.0:${PORTSDIR}/devel/dulwich \ - py*-pysqlite>=2.3:${PORTSDIR}/databases/py-pysqlite23 - -LICENSE= GPLv2 + ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_git |