aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 15:49:33 +0800
committerale <ale@FreeBSD.org>2004-07-19 15:49:33 +0800
commit83490a71a1913e7a31e9886d7c290f20e89922de (patch)
tree4d6818f69afd88d60e5b9002daf3b190d1d0703f /databases
parent57ea24c38cc04d71963cd83e675f5dab2a623a2a (diff)
downloadfreebsd-ports-gnome-83490a71a1913e7a31e9886d7c290f20e89922de.tar.gz
freebsd-ports-gnome-83490a71a1913e7a31e9886d7c290f20e89922de.tar.zst
freebsd-ports-gnome-83490a71a1913e7a31e9886d7c290f20e89922de.zip
Add a new shared extension for PHP.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php4-dbase/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index cc5372b9e762..5636589ef5d9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -207,6 +207,7 @@
SUBDIR += php-sqlrelay
SUBDIR += php4-dba
SUBDIR += php4-dbase
+ SUBDIR += php4-dbx
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php4-dbase/Makefile b/databases/php4-dbase/Makefile
new file mode 100644
index 000000000000..fd05c2b65a09
--- /dev/null
+++ b/databases/php4-dbase/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-dbase
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -dbase
+
+.include "${MASTERDIR}/Makefile"