1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- add PHP flavors to phpPgAdmin

This commit is contained in:
Dirk Meyer 2018-05-06 11:04:30 +00:00
parent 3195b7fcfb
commit 0f706fd2df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469190

View File

@ -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