e1555011ab
Approved by: portmgr (implicit)
31 lines
677 B
Makefile
31 lines
677 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pg_activity
|
|
PORTVERSION= 1.0.2
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Top like utility for PostgreSQL activity monitoring
|
|
|
|
LICENSE= BSD
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:${PORTSDIR}/databases/py-psycopg2 \
|
|
${PYTHON_PKGNAMEPREFIX}psutil>=0:${PORTSDIR}/sysutils/py-psutil
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= julmon
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
GH_COMMIT= ba36bae
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist noegginfo
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|\/usr\/share|${MAN1PREFIX}|g' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|