aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 08:58:44 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 08:58:44 +0000
commitc3eac627bdad912e013b6fbc5df9778280ffbfce (patch)
treecef11ca9590942c1fcfb6d6c3c7dcbba812a6aae /databases
parent45712b82ac81b9d990c970adbb59a9fe29ad44c1 (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php5-pgsql/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 7b4de050ef54..d18e6395c479 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -228,6 +228,7 @@
SUBDIR += php5-odbc
SUBDIR += php5-oracle
SUBDIR += php5-pgsql
+ SUBDIR += php5-sqlite
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php5-pgsql/Makefile b/databases/php5-pgsql/Makefile
new file mode 100644
index 000000000000..a34252804bc2
--- /dev/null
+++ b/databases/php5-pgsql/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-pgsql
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -pgsql
+
+.include "${MASTERDIR}/Makefile"