freebsd-ports/devel/bzr-loom/Makefile
Li-Wen Hsu 39232602e3 Add bzr-loom 2.1, bazaar plugin to assist in developing focused patches.
PR:		ports/149890
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-08-22 21:34:28 +00:00

29 lines
643 B
Makefile

# Ports collection makefile for: bzr-loom
# Date created: 22 Aug 2010
# Whom: Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#
PORTNAME= bzr-loom
PORTVERSION= 2.1
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/44888887/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Bazaar plugin to assist in developing focused patches
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= Loom
PYDISTUTILS_PKGVERSION= ${PORTVERSION}.0final0
.include <bsd.port.mk>