summaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 08:55:54 +0000
committerale <ale@FreeBSD.org>2004-07-19 08:55:54 +0000
commit00e7dcdb0ec29d393e56cc8eed4563d7d84c1998 (patch)
treecd732c700d348573c9a762e8e7efc8c1c1dc8dd0 /databases
parent927a54d1ee09920f211ff090f61541c6f225a423 (diff)
downloadFreeBSD-ports-00e7dcdb0ec29d393e56cc8eed4563d7d84c1998.zip
FreeBSD-ports-00e7dcdb0ec29d393e56cc8eed4563d7d84c1998.tar.gz
Add a new shared extension for PHP.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php5-mysqli/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index efb28e1..afcd9cd 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -225,6 +225,7 @@
SUBDIR += php5-mssql
SUBDIR += php5-mysql
SUBDIR += php5-mysqli
+ SUBDIR += php5-odbc
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php5-mysqli/Makefile b/databases/php5-mysqli/Makefile
new file mode 100644
index 0000000..2f0d26e
--- /dev/null
+++ b/databases/php5-mysqli/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-mysqli
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -mysqli
+
+.include "${MASTERDIR}/Makefile"
OpenPOWER on IntegriCloud