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
|
2010-10-13 03:17:55 +02:00
|
|
|
PORTVERSION= 0.6
|
2010-08-22 23:34:57 +02:00
|
|
|
CATEGORIES= devel
|
2010-10-13 03:17:55 +02:00
|
|
|
MASTER_SITES= http://launchpadlibrarian.net/56937826/ \
|
2010-08-22 23:34:57 +02:00
|
|
|
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
|
|
|
|
|
2010-09-09 23:02:18 +02:00
|
|
|
LICENSE= GPLv3
|
2010-08-22 23:34:57 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PYDISTUTILS_PKGNAME= bzr_builder
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|