Retire php-oracle.

PHP's oracle extension removed from PHP version 5.1.0 and this extension
was kept for php4 package.

Since php4 package removed, this package is stale now.
Maybe php-oci8 could be used instead of this package.
This commit is contained in:
taca 2010-03-03 01:43:21 +00:00
parent da601f8315
commit 77f8c05df5
2 changed files with 0 additions and 24 deletions

View file

@ -1,3 +0,0 @@
This PHP module provides access to older Oracle databases.
For Oracle 8 and up, see databases/php-oci8.

View file

@ -1,21 +0,0 @@
# $NetBSD: Makefile,v 1.1.1.1 2007/03/11 16:46:17 grant Exp $
MODNAME= oracle
CATEGORIES+= databases
COMMENT= PHP extension for Oracle databases
USE_PHP_EXT_PATCHES= yes
.include "../../mk/bsd.prefs.mk"
.if !defined(ORACLE_HOME)
PKG_FAIL_REASON+= "You must set ORACLE_HOME to the location of your Oracle installation"
.elif !exists(${ORACLE_HOME})
PKG_FAIL_REASON+= "The location of ORACLE_HOME does not exist"
.endif
BUILDLINK_PASSTHRU_DIRS+= ${ORACLE_HOME}
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${ORACLE_HOME}
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"