freebsd-ports/devel/bzr-colo/Makefile
Greg Larkin cfc9c84503 In order to provide a faster and simpler working model, this plugin
tries to support a configuration similar to git and Mercurial's
colocated branches, where there is a single working tree that can
be switched between multiple branches that all co-exist in the same
directory. This working model is entirely possible using Bazaar's
existing technology, and this plugin aims to make it as simple as
possible to use that model.

WWW: https://launchpad.net/bzr-colo

PR:		ports/151536
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-10-18 19:06:23 +00:00

27 lines
587 B
Makefile

# Ports collection makefile for: bzr-colo
# Date created: 2010-10-18
# Whom: Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#
PORTNAME= bzr-colo
PORTVERSION= 0.2.0
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/57831741/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Plugin for bzr to support colocated branches
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_colo
.include <bsd.port.mk>