mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
89e07f4a18
Approved by: portmgr (implicit)
25 lines
516 B
Makefile
25 lines
516 B
Makefile
# Created by: Carlo Strub <c-s@c-s.li>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzr-loom
|
|
PORTVERSION= 2.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/94514373/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bazaar plugin to assist in developing focused patches
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr
|
|
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|