summaryrefslogtreecommitdiff
path: root/textproc/py-paragrep/Makefile
blob: f4e33477b51dcb8949b3f5aafb94a81ce44b711c (plain)
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
27
28
# Created by: 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

NO_STAGE=	yes
post-install:
	@${INSTALL_MAN} ${WRKSRC}/man/paragrep.1 ${PREFIX}/man/man1/

.include <bsd.port.mk>