diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:53:34 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 07:53:34 +0000 |
commit | e5b0c5345eb056d6e8141c614f1a6e6b24fdff16 (patch) | |
tree | 44c9198885096056b0c555feffd9cc53f9b4f955 | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/php4-odbc/Makefile | 14 |
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" |