summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"