freebsd-ports/devel/bzr-grep/Makefile
Greg Larkin e3f840b42c bzr-grep is a plugin for bzr to grep files. Its purpose is to print lines
matching PATTERN for specified files and revisions.

WWW: https://launchpad.net/bzr-grep

PR:		ports/147705
Submitted by:	Carlo Strub <c-s at c-s.li>
2010-08-18 13:41:08 +00:00

29 lines
623 B
Makefile

# Ports collection makefile for: bzr-grep
# Date created: 9 Jun 2010
# Whom: Carlo Strub <c-s@c-s.li>
#
# $FreeBSD$
#
PORTNAME= bzr-grep
PORTVERSION= 0.4.0
CATEGORIES= devel
MASTER_SITES= http://launchpadlibrarian.net/49936719/ \
http://www.c-s.li/ports/
MAINTAINER= c-s@c-s.li
COMMENT= Bazaar plugin to grep files
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= bzr_grep
PYDISTUTILS_PKGVERSION= ${PORTVERSION}.final.0
.include <bsd.port.mk>