diff options
author | jgh <jgh@FreeBSD.org> | 2015-03-10 00:14:11 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-03-10 00:14:11 +0800 |
commit | ca1a58d53d20721fc1599d0c3580044b37a6be17 (patch) | |
tree | 0c9892a985100b1630e24c11a1b634660e4207e7 /databases | |
parent | 0061b3e52bfac74ca0c32a342e424b0b66058ae3 (diff) | |
download | freebsd-ports-gnome-ca1a58d53d20721fc1599d0c3580044b37a6be17.tar.gz freebsd-ports-gnome-ca1a58d53d20721fc1599d0c3580044b37a6be17.tar.zst freebsd-ports-gnome-ca1a58d53d20721fc1599d0c3580044b37a6be17.zip |
- update comment
- define python versions
- sort python uses
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pg_activity/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/pg_activity/Makefile b/databases/pg_activity/Makefile index d3c44f4c72bc..9ecf8457896d 100644 --- a/databases/pg_activity/Makefile +++ b/databases/pg_activity/Makefile @@ -7,7 +7,7 @@ CATEGORIES= databases python MASTER_SITES= GH MAINTAINER= jgh@FreeBSD.org -COMMENT= Top like utility for PostgreSQL activity monitoring +COMMENT= Htop like application for PostgreSQL server activity monitoring LICENSE= BSD3CLAUSE @@ -21,8 +21,8 @@ GH_ACCOUNT= julmon GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 3b6b371 -USES= python -USE_PYTHON= distutils autoplist noegginfo +USES= python:2.6+ +USE_PYTHON= autoplist autoplist noegginfo PYDISTUTILS_INSTALLARGS= --with-man post-patch: |