mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
31 lines
708 B
Makefile
31 lines
708 B
Makefile
# Created by: Jason Helfman <jgh@FreeBSD.org>
|
|
|
|
PORTNAME= pg_activity
|
|
PORTVERSION= 1.5.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= databases python
|
|
|
|
MAINTAINER= pgsql@FreeBSD.org
|
|
COMMENT= Htop like application for PostgreSQL server activity monitoring
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil@${PY_FLAVOR}
|
|
|
|
USES= python:3.6+
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= julmon
|
|
|
|
USE_PYTHON= autoplist distutils noegginfo concurrent optsuffix
|
|
PYDISTUTILS_INSTALLARGS= --with-man
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|\/usr\/share|${MAN1PREFIX}|g' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|