1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/bzrtools/Makefile
Pav Lucistnik 728d5a1eed bzrtools is intended to be a useful collection of utilities (all plugins, right
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>
2005-11-09 21:04:06 +00:00

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>