freebsd-ports/databases/pg_activity/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
670 B
Makefile

# Created by: Jason Helfman <jgh@FreeBSD.org>
# $FreeBSD$
PORTNAME= pg_activity
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
CATEGORIES= databases python
MAINTAINER= jgh@FreeBSD.org
COMMENT= Htop like application for PostgreSQL server activity monitoring
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2 \
${PYTHON_PKGNAMEPREFIX}psutil>=0:sysutils/py-psutil
OPTIONS_DEFINE= DOCS
USE_GITHUB= yes
GH_ACCOUNT= julmon
USES= python:2.6+
USE_PYTHON= autoplist distutils noegginfo
PYDISTUTILS_INSTALLARGS= --with-man
post-patch:
${REINPLACE_CMD} -e 's|\/usr\/share|${MAN1PREFIX}|g' \
${WRKSRC}/setup.py
.include <bsd.port.mk>