aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-07-19 16:52:01 +0800
committerale <ale@FreeBSD.org>2004-07-19 16:52:01 +0800
commit1f99e810ab45990872db1a651e7f940fd74b7fe7 (patch)
tree2c48fba707583b3f11c9258fe17b4fa1469f307e /databases
parent9dc397c8767864ad483d8a3c1e0b9f4cde73afa2 (diff)
downloadfreebsd-ports-gnome-1f99e810ab45990872db1a651e7f940fd74b7fe7.tar.gz
freebsd-ports-gnome-1f99e810ab45990872db1a651e7f940fd74b7fe7.tar.zst
freebsd-ports-gnome-1f99e810ab45990872db1a651e7f940fd74b7fe7.zip
Add a new shared extension for PHP.
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php5-filepro/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index ba24bf449596..2f5740586eb7 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -221,6 +221,7 @@
SUBDIR += php5-dbase
SUBDIR += php5-dbx
SUBDIR += php5-filepro
+ SUBDIR += php5-interbase
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php5-filepro/Makefile b/databases/php5-filepro/Makefile
new file mode 100644
index 000000000000..0d856339ad45
--- /dev/null
+++ b/databases/php5-filepro/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-filepro
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -filepro
+
+.include "${MASTERDIR}/Makefile"