mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
e5d5933924
revisions, including a rebase command similar to git's rebase. WWW: https://launchpad.net/bzr-rewrite PR: ports/152095 Submitted by: Carlo Strub <c-s at c-s.li>
29 lines
612 B
Makefile
29 lines
612 B
Makefile
# Ports collection makefile for: bzr-rewrite
|
|
# Date created: 2010-11-10
|
|
# Whom: Carlo Strub <c-s@c-s.li>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bzr-rewrite
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://launchpadlibrarian.net/53456671/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= c-s@c-s.li
|
|
COMMENT= A bzr plugin that provides rewriting existing revisions
|
|
|
|
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= bzr_rewrite
|
|
|
|
.include <bsd.port.mk>
|