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 +# +# $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 +# +# $FreeBSD$ +# + +CATEGORIES= databases + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -oracle + +.include "${MASTERDIR}/Makefile"