aboutsummaryrefslogtreecommitdiff
path: root/databases/phppgadmin
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-05-06 11:04:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-05-06 11:04:30 +0000
commit0f706fd2df8398cd3109f6f1e2dbc5bbb04c3683 (patch)
tree4a51c4f5c3eb9747d21510288781dad5ccc2191a /databases/phppgadmin
parent3195b7fcfbe4638282a9c6aebc12d34258578741 (diff)
downloadports-0f706fd2df8398cd3109f6f1e2dbc5bbb04c3683.tar.gz
ports-0f706fd2df8398cd3109f6f1e2dbc5bbb04c3683.zip
Notes
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r--databases/phppgadmin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile
index 83cd5d0531d2..d1a42247e97e 100644
--- a/databases/phppgadmin/Makefile
+++ b/databases/phppgadmin/Makefile
@@ -3,10 +3,11 @@
PORTNAME= phppgadmin
PORTVERSION= 5.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases www
MASTER_SITES= SF/${PORTNAME}/phpPgAdmin%20%5Bstable%5D/phpPgAdmin-5.1
DISTNAME= phpPgAdmin-${PORTVERSION}
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Web Based Postgres Administration
@@ -15,7 +16,7 @@ LICENSE= GPLv2
NO_ARCH= yes
NO_BUILD= yes
-USES= cpe tar:bzip2 shebangfix
+USES= cpe tar:bzip2 php:web,flavors shebangfix
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= pgsql pcre session
.endif