freebsd-ports/devel/bzr-colo/Makefile
Carlo Strub 178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00

27 lines
578 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= cs@FreeBSD.org
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>