blob: 408752fc5dfa64cd47eaa556aebe11f5aa8dd3b7 (
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
|
# Ports collection makefile for: bzr-builder
# Date created: 22 Aug 2010
# Whom: Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#
PORTNAME= bzr-builder
PORTVERSION= 0.6
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/56937826/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= A bzr plugin to construct a bzr branch based on a "recipe"
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv3
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_builder
.include <bsd.port.mk>
|