aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-paragrep/Makefile
blob: 310c50d8b76cc03e3e7dc360a024e136ca95af98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$

PORTNAME=   paragrep
PORTVERSION=    3.1.3
DISTVERSIONPREFIX=  release-
CATEGORIES= textproc python
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= wen@FreeBSD.org
COMMENT=    Paragraph Grep Utility

LICENSE=    BSD3CLAUSE

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}grizzled>=0.8.1:devel/py-grizzled@${PY_FLAVOR}
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       python
USE_PYTHON= distutils autoplist
USE_GITHUB= yes
GH_ACCOUNT= bmc

post-patch:
    @${REINPLACE_CMD} -e "s|'man'|'man/man1'|g" ${WRKSRC}/setup.py

.include <bsd.port.mk>