blob: de2cb6bd89019d40a2c57308a446273d347e2c37 (
plain)
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
|
# Ports collection makefile for: bzr-scmproj
# Date created: 2012-04-13
# Whom: Carlo Strub <cs@FreeBSD.org>
#
# $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= cs@FreeBSD.org
COMMENT= Organise and manage a collection of bzr branches
LICENSE= GPLv2
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|