blob: 0a4eaf46c2fd7b0b5b3d90ba173802287cf597dd (
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.4
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/53826552/ \
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= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_builder
.include <bsd.port.mk>
|