89e07f4a18
Approved by: portmgr (implicit)
23 lines
503 B
Makefile
23 lines
503 B
Makefile
# Created by: Carlo Strub <c-s@c-s.li>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bzr-rewrite
|
|
PORTVERSION= 0.6.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/94574861/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Bzr plugin that provides rewriting existing revisions
|
|
|
|
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>
|