diff --git a/devel/bzr-grep/Makefile b/devel/bzr-grep/Makefile index fb6f8de962ee..2186e22b7995 100644 --- a/devel/bzr-grep/Makefile +++ b/devel/bzr-grep/Makefile @@ -1,30 +1,28 @@ -# Ports collection makefile for: bzr-grep -# Date created: 9 Jun 2010 -# Whom: Carlo Strub -# +# Created by: Carlo Strub # $FreeBSD$ -# PORTNAME= bzr-grep PORTVERSION= 0.4.0 PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://launchpadlibrarian.net/49936719/ \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org COMMENT= Bazaar plugin to grep files +BROKEN= conflicts with dependency bzr + BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bzr RUN_DEPENDS= bzr:${PORTSDIR}/devel/bzr LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= bzr_grep PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0 .include