1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/bzr-builder/Makefile
Greg Larkin 8e3293c128 - Updated to 0.6
- Removed post-patch target now that upstream dist has fixed version
  numbering problem in setup.py

  Release notes:
    Fixes two issues with creating manifests/stringifying recipes. The
    first allows getting the text of invalid recipes, and the second
    ensures that the manifest of recipes using nest-part are correct.

PR:		ports/151211
Submitted by:	C-S <c-s at c-s dot li> (maintainer)
2010-10-13 01:17:55 +00:00

29 lines
614 B
Makefile

# 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>