summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:59:13 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:59:13 +0000
commite83d13c6da429d1c61677e7ffd0b26776e3934cd (patch)
treeb37c7388f721ef27755b385a965ccc916ffc0bba
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114111
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php5-sqlite/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d18e6395c479..eed867965915 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -229,6 +229,7 @@
SUBDIR += php5-oracle
SUBDIR += php5-pgsql
SUBDIR += php5-sqlite
+ SUBDIR += php5-sybase
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php5-sqlite/Makefile b/databases/php5-sqlite/Makefile
new file mode 100644
index 000000000000..17167589f68d
--- /dev/null
+++ b/databases/php5-sqlite/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-sqlite
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -sqlite
+
+.include "${MASTERDIR}/Makefile"