aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 15:54:59 +0800
committerale <ale@FreeBSD.org>2004-07-19 15:54:59 +0800
commit2aa1114d5dc9dd1b490eb0d68f416bf7064e6e3e (patch)
treef8d1f1ce9db171ce42f3d5ec368fb101cb297629 /databases
parentb082153eeb4a2b296a2990e5719da407d91b5576 (diff)
downloadfreebsd-ports-gnome-2aa1114d5dc9dd1b490eb0d68f416bf7064e6e3e.tar.gz
freebsd-ports-gnome-2aa1114d5dc9dd1b490eb0d68f416bf7064e6e3e.tar.zst
freebsd-ports-gnome-2aa1114d5dc9dd1b490eb0d68f416bf7064e6e3e.zip
Add a new shared extension for PHP.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php4-pgsql/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3b29a2e89e7c..aa49e99d3285 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -215,6 +215,7 @@
SUBDIR += php4-odbc
SUBDIR += php4-oracle
SUBDIR += php4-pgsql
+ SUBDIR += php4-sybase
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php4-pgsql/Makefile b/databases/php4-pgsql/Makefile
new file mode 100644
index 000000000000..136fe8b265c9
--- /dev/null
+++ b/databases/php4-pgsql/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-pgsql
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -pgsql
+
+.include "${MASTERDIR}/Makefile"