2010-08-22 23:34:57 +02:00
|
|
|
# Ports collection makefile for: bzr-builder
|
|
|
|
# Date created: 22 Aug 2010
|
|
|
|
# Whom: Carlo Strub <c-s@c-s.li>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bzr-builder
|
2011-11-14 05:57:28 +01:00
|
|
|
PORTVERSION= 0.7.2
|
2010-08-22 23:34:57 +02:00
|
|
|
CATEGORIES= devel
|
2011-11-14 05:57:28 +01:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/84852974/ \
|
2010-08-22 23:34:57 +02:00
|
|
|
http://www.c-s.li/ports/
|
|
|
|
|
2011-09-15 14:33:27 +02:00
|
|
|
MAINTAINER= cs@FreeBSD.org
|
2010-08-22 23:34:57 +02:00
|
|
|
COMMENT= A bzr plugin to construct a bzr branch based on a "recipe"
|
|
|
|
|
2011-11-14 05:57:28 +01:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2010-08-22 23:34:57 +02:00
|
|
|
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
|
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= bzr_builder
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|