summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2010-03-16 16:06:10 +0000
committertaca <taca@pkgsrc.org>2010-03-16 16:06:10 +0000
commit86b9da31dbde0389d2767342a574f56ee507162c (patch)
treedbd4d6569655cf7ad8de9c1579314f3a87a73643 /databases
parentd3d9646adaa5732cac1d0db0b66e835e287da67a (diff)
downloadpkgsrc-86b9da31dbde0389d2767342a574f56ee507162c.tar.gz
php5-mysqli has moved to php-mysqli.
Diffstat (limited to 'databases')
-rw-r--r--databases/php5-mysqli/DESCR3
-rw-r--r--databases/php5-mysqli/Makefile18
2 files changed, 0 insertions, 21 deletions
diff --git a/databases/php5-mysqli/DESCR b/databases/php5-mysqli/DESCR
deleted file mode 100644
index 53e51e7abf7..00000000000
--- a/databases/php5-mysqli/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides access to extended features of MySQL 4.1 and later,
-such as prepared statements.
diff --git a/databases/php5-mysqli/Makefile b/databases/php5-mysqli/Makefile
deleted file mode 100644
index cabfecf0024..00000000000
--- a/databases/php5-mysqli/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2010/03/15 16:45:59 taca Exp $
-
-MODNAME= mysqli
-CATEGORIES+= databases
-COMMENT= PHP5 extension for MySQL 4.1 and later databases
-
-MAINTAINER= jdolecek@NetBSD.org
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-CONFLICTS= php-mysqli-[0-9]*
-
-EVAL_PREFIX+= MYSQLDIR=mysql-client
-CONFIGURE_ARGS+= --with-${MODNAME}=${PREFIX}/bin/mysql_config
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"