diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 21:34:28 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 21:34:28 +0000 |
commit | 39232602e385bf1c9574e7581bbc7b42952b9fb5 (patch) | |
tree | 8b7c33afbcf435b2b706724c3b232bd9be61bddd /devel/bzr-loom/Makefile | |
parent | eeed177451f49068ba47185a6188378700ddca8b (diff) | |
download | ports-39232602e385bf1c9574e7581bbc7b42952b9fb5.tar.gz ports-39232602e385bf1c9574e7581bbc7b42952b9fb5.zip |
Notes
Diffstat (limited to 'devel/bzr-loom/Makefile')
-rw-r--r-- | devel/bzr-loom/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/bzr-loom/Makefile b/devel/bzr-loom/Makefile new file mode 100644 index 000000000000..562345e2c8d4 --- /dev/null +++ b/devel/bzr-loom/Makefile @@ -0,0 +1,29 @@ +# 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> |