freebsd-ports/devel/bzr-externals/Makefile
Greg Larkin cdf1727a1f This is a plugin for bzr. Using hooks, this plugin supports external branches
for the following commands:
* branch
* checkout
* commit
* pull
* push
* update

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

PR:		ports/150109
Submitted by:	Carlo Strub
2010-08-30 21:26:48 +00:00

28 lines
580 B
Makefile

# New ports collection makefile for: bzr-externals
# Date created: 2010-08-30
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= bzr-externals
PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/54615635/ \
http://www.c-s.li/ports/
DISTNAME= externals-${PORTVERSION}
MAINTAINER= c-s@c-s.li
COMMENT= Support external branches like svn:externals
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/externals
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>