Date: Sun, 6 May 2018 11:04:31 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469190 - head/databases/phppgadmin Message-ID: <201805061104.w46B4Vo5095447@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sun May 6 11:04:30 2018 New Revision: 469190 URL: https://svnweb.freebsd.org/changeset/ports/469190 Log: - add PHP flavors to phpPgAdmin Modified: head/databases/phppgadmin/Makefile Modified: head/databases/phppgadmin/Makefile ============================================================================== --- head/databases/phppgadmin/Makefile Sun May 6 10:59:32 2018 (r469189) +++ head/databases/phppgadmin/Makefile Sun May 6 11:04:30 2018 (r469190) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805061104.w46B4Vo5095447>