blob: 8768f57aab552457fd55aba4d4c78c7e696141ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: bzr-externals
# Date created: 2010-08-30
# Whom: Carlo Strub
#
# $FreeBSD$
#
PORTNAME= bzr-externals
PORTVERSION= 1.3.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/91495699/ \
http://www.c-s.li/ports/
MAINTAINER= cs@FreeBSD.org
COMMENT= Support external branches like svn:externals
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
WRKSRC= ${WRKDIR}/externals
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|