mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
28 lines
633 B
Makefile
28 lines
633 B
Makefile
# 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}
|
|
|
|
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>
|