mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
728d5a1eed
now). for devel/bazaar-ng. This port extends bzr command with these commands: baz-import, push, annotate, shelve, unshelve , clean-tree, conflicts, resolve, graph-ancestry, fetch-missing, patch. PR: ports/88495 Submitted by: Ulf Lilleengen <lulf@kerneled.org>
24 lines
477 B
Makefile
24 lines
477 B
Makefile
# Ports collection makefile for: bzrtools
|
|
# Date created: 3 November 2005
|
|
# Whom: Ulf Lilleengen
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bzrtools
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://panoramicfeedback.com/opensource/
|
|
|
|
MAINTAINER= lulf@kerneled.org
|
|
COMMENT= Extensions to devel/bazaar-ng
|
|
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \
|
|
rsync:${PORTSDIR}/net/rsync \
|
|
dot:${PORTSDIR}/graphics/graphviz
|
|
|
|
USE_PYTHON= 2.4+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|