freebsd-ports/textproc/py-paragrep/Makefile
Eitan Adler c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00

31 lines
710 B
Makefile

# Ports collection Makefile for: py-paragrep
# Date created: Mar 29, 2010
# Whom: Wen Heping <wen@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= paragrep
PORTVERSION= 3.0.5
CATEGORIES= textproc python
MASTER_SITES= http://github.com/bmc/paragrep/zipball/release-3.0.5/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= bmc-${PORTNAME}-48708ef
MAINTAINER= wen@FreeBSD.org
COMMENT= Paragraph Grep Utility
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:${PORTSDIR}/devel/py-grizzled
RUN_DEPENDS:= ${BUILD_DEPENDS}
FETCH_ARGS=
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS=easy_install
MAN1= paragrep.1
post-install:
@${INSTALL_MAN} ${WRKSRC}/man/paragrep.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>