blob: 7f3d8267706a344ffd183bf7a9c2dc1520583423 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-git
PORTVERSION= 0.6.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/98666746/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin for bzr to work with git trees
LICENSE= GPLv2
BUILD_DEPENDS= bzr:devel/bzr
RUN_DEPENDS= bzr:devel/bzr \
${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.0:devel/dulwich@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|