1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/bzrtools/Makefile
Li-Wen Hsu 9e6717299a - Update to 0.15.4
PR:		111448
Submitted by:	Radim Kolar SF.NET <hsn AT sendmail.cz>
Approved by:	Ulf Lilleengen <lulf AT stud.ntnu.no> (maintainer),
		clsung (mentor)
2007-04-10 18:12:51 +00:00

25 lines
504 B
Makefile

# Ports collection makefile for: bzrtools
# Date created: 3 November 2005
# Whom: Ulf Lilleengen
#
# $FreeBSD$
#
PORTNAME= bzrtools
PORTVERSION= 0.15.4
CATEGORIES= devel
MASTER_SITES= http://panoramicfeedback.com/opensource/
MAINTAINER= lulf@pvv.ntnu.no
COMMENT= Extensions to devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng \
rsync:${PORTSDIR}/net/rsync \
dot:${PORTSDIR}/graphics/graphviz
WRKSRC= ${WRKDIR}/bzrtools
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
.include <bsd.port.mk>