diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:57:06 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:57:06 +0000 |
| commit | 33a240acdb244c64ea6e8913278381b8cfb8c16a (patch) | |
| tree | d33e5435e8dda509e6e0e21b98905cbc18d6b656 | |
| parent | Update to 3.24. (diff) | |
Add a new shared extension for PHP.
| -rw-r--r-- | databases/Makefile | 1 | ||||
| -rw-r--r-- | databases/php5-odbc/Makefile | 14 | ||||
| -rw-r--r-- | databases/php5-oracle/Makefile | 14 |
3 files changed, 29 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index afcd9cd22242..8197954bb552 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -226,6 +226,7 @@ SUBDIR += php5-mysql SUBDIR += php5-mysqli SUBDIR += php5-odbc + SUBDIR += php5-oracle SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis diff --git a/databases/php5-odbc/Makefile b/databases/php5-odbc/Makefile new file mode 100644 index 000000000000..1deb93027608 --- /dev/null +++ b/databases/php5-odbc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-odbc +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -odbc + +.include "${MASTERDIR}/Makefile" diff --git a/databases/php5-oracle/Makefile b/databases/php5-oracle/Makefile new file mode 100644 index 000000000000..954d83b573da --- /dev/null +++ b/databases/php5-oracle/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-oracle +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -oracle + +.include "${MASTERDIR}/Makefile" |
