aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 07:53:34 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 07:53:34 +0000
commite5b0c5345eb056d6e8141c614f1a6e6b24fdff16 (patch)
tree44c9198885096056b0c555feffd9cc53f9b4f955 /databases
parent6f8571f2b641488f99f9738b45f77f536c69fbc2 (diff)
downloadports-e5b0c5345eb056d6e8141c614f1a6e6b24fdff16.tar.gz
ports-e5b0c5345eb056d6e8141c614f1a6e6b24fdff16.zip
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/php4-odbc/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index bad5fbda0097..bc411c2ad153 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -213,6 +213,7 @@
SUBDIR += php4-mssql
SUBDIR += php4-mysql
SUBDIR += php4-odbc
+ SUBDIR += php4-oracle
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgis
diff --git a/databases/php4-odbc/Makefile b/databases/php4-odbc/Makefile
new file mode 100644
index 000000000000..16400962e25c
--- /dev/null
+++ b/databases/php4-odbc/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php4-odbc
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= databases
+
+MASTERDIR= ${.CURDIR}/../../lang/php4
+
+PKGNAMESUFFIX= -odbc
+
+.include "${MASTERDIR}/Makefile"