mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1ed942006f
ChangeLog: https://launchpad.net/bzr-colo/+announcement/8580 PR: ports/158335 Submitted by: C-S <c-s@c-s.li> (maintainer)
28 lines
574 B
Makefile
28 lines
574 B
Makefile
# Ports collection makefile for: bzr-colo
|
|
# Date created: 2010-10-18
|
|
# Whom: Carlo Strub
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bzr-colo
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://launchpadlibrarian.net/74164744/ \
|
|
http://www.c-s.li/ports/
|
|
|
|
MAINTAINER= c-s@c-s.li
|
|
COMMENT= Plugin for bzr to support colocated branches
|
|
|
|
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_colo
|
|
|
|
.include <bsd.port.mk>
|