blob: e39fb794a351217e2a2fe873a7388f639ef9dcf1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= bzr-scmproj
PORTVERSION= 0.6.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/101701273/ \
http://www.c-s.li/ports/
MAINTAINER= ports@FreeBSD.org
COMMENT= Organise and manage a collection of bzr branches
LICENSE= GPLv2
BUILD_DEPENDS= bzr:devel/bzr
RUN_DEPENDS= bzr:devel/bzr
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|