freebsd-ports/textproc/py-paragrep/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

25 lines
626 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= paragrep
PORTVERSION= 3.1.1
CATEGORIES= textproc python
MASTER_SITES= http://github.com/bmc/paragrep/zipball/release-${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Paragraph Grep Utility
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:${PORTSDIR}/devel/py-grizzled
RUN_DEPENDS:= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/bmc-${PORTNAME}-e7d5553
USES= python
USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e "s|'man'|'man/man1'|g" ${WRKSRC}/setup.py
.include <bsd.port.mk>