summaryrefslogtreecommitdiffstats
path: root/www/mediawiki
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-12-10 22:47:11 +0000
committermiwi <miwi@FreeBSD.org>2006-12-10 22:47:11 +0000
commit3b708ca8af76d128209ab499b13cc677c3a6b966 (patch)
tree586e156e563569749330be445d9986d470bdda29 /www/mediawiki
parentb6bb44ba8d3dcb66fd5c84704918dc81678ae332 (diff)
downloadFreeBSD-ports-3b708ca8af76d128209ab499b13cc677c3a6b966.zip
FreeBSD-ports-3b708ca8af76d128209ab499b13cc677c3a6b966.tar.gz
- Add PostgreSQL support
PR: ports/106558 Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
Diffstat (limited to 'www/mediawiki')
-rw-r--r--www/mediawiki/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/www/mediawiki/Makefile b/www/mediawiki/Makefile
index 0034f5e..8ca6a23 100644
--- a/www/mediawiki/Makefile
+++ b/www/mediawiki/Makefile
@@ -19,15 +19,22 @@ CONFLICTS= mediawiki-1.[0-79].*
NO_BUILD= yes
USE_MYSQL= yes
IGNORE_WITH_MYSQL= 323
-USE_PHP= iconv mbstring pcre session xml zlib readline mysql
+USE_PHP= iconv mbstring pcre session xml zlib readline
IGNORE_WITH_PHP= 4
WANT_PHP_WEB= yes
MEDIAWIKIDIR?= www/mediawiki
-OPTIONS= LDAP "Use LDAP authentication" off
+OPTIONS= PGSQL "Use PostgreSQL instead of MySQL (not funtional)" off \
+ LDAP "Use LDAP authentication" off
.include <bsd.port.pre.mk>
+.if defined(WITH_PGSQL)
+USE_PHP+= pgsql
+.else
+USE_PHP+= mysql
+.endif
+
.if defined(WITH_LDAP)
USE_PHP+= ldap
.endif
OpenPOWER on IntegriCloud