diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-05-06 11:04:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-05-06 11:04:30 +0000 |
commit | 0f706fd2df8398cd3109f6f1e2dbc5bbb04c3683 (patch) | |
tree | 4a51c4f5c3eb9747d21510288781dad5ccc2191a /databases/phppgadmin | |
parent | 3195b7fcfbe4638282a9c6aebc12d34258578741 (diff) |
- add PHP flavors to phpPgAdmin
Notes
Notes:
svn path=/head/; revision=469190
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 5 |
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 |