summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_mysql
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-02-08 07:40:01 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-02-08 07:40:01 +0000
commit92109ad2c5fa95a1ce08324c513d6cfec9059d3d (patch)
tree15be1ee292663e7b190ded9fe5b5f3ec5cb364a3 /databases/pear-MDB2_Driver_mysql
parent- Update to 2.3.0 (diff)
Add pear-MDB2_Driver_mysql 1.3.0, PEAR mysql MDB2 driver.
Notes
Notes: svn path=/head/; revision=184549
Diffstat (limited to 'databases/pear-MDB2_Driver_mysql')
-rw-r--r--databases/pear-MDB2_Driver_mysql/Makefile30
-rw-r--r--databases/pear-MDB2_Driver_mysql/distinfo3
-rw-r--r--databases/pear-MDB2_Driver_mysql/pkg-descr3
3 files changed, 36 insertions, 0 deletions
diff --git a/databases/pear-MDB2_Driver_mysql/Makefile b/databases/pear-MDB2_Driver_mysql/Makefile
new file mode 100644
index 000000000000..01059470e8d0
--- /dev/null
+++ b/databases/pear-MDB2_Driver_mysql/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: pear-MDB2_Driver_mysql
+# Date created: 07 Feb 2007
+# Whom: Rong-En Fan <rafan@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= MDB2_Driver_mysql
+PORTVERSION= 1.3.0
+CATEGORIES= databases www pear
+
+MAINTAINER= rafan@FreeBSD.org
+COMMENT= PEAR mysql MDB2 driver
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
+ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_PHP= mysql
+
+FILES= MDB2/Driver/Datatype/mysql.php \
+ MDB2/Driver/Function/mysql.php \
+ MDB2/Driver/Manager/mysql.php \
+ MDB2/Driver/Native/mysql.php \
+ MDB2/Driver/Reverse/mysql.php \
+ MDB2/Driver/mysql.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
+.include <bsd.port.post.mk>
diff --git a/databases/pear-MDB2_Driver_mysql/distinfo b/databases/pear-MDB2_Driver_mysql/distinfo
new file mode 100644
index 000000000000..ffc9be4a7005
--- /dev/null
+++ b/databases/pear-MDB2_Driver_mysql/distinfo
@@ -0,0 +1,3 @@
+MD5 (PEAR/MDB2_Driver_mysql-1.3.0.tgz) = 16a7b836904b36ca77a743554c7f0061
+SHA256 (PEAR/MDB2_Driver_mysql-1.3.0.tgz) = 98b52ff826fd57fdd11a9be8b5fed2ab73ad2a806e7779c9706b7de0eb5cb205
+SIZE (PEAR/MDB2_Driver_mysql-1.3.0.tgz) = 31938
diff --git a/databases/pear-MDB2_Driver_mysql/pkg-descr b/databases/pear-MDB2_Driver_mysql/pkg-descr
new file mode 100644
index 000000000000..a1a8cf4de058
--- /dev/null
+++ b/databases/pear-MDB2_Driver_mysql/pkg-descr
@@ -0,0 +1,3 @@
+This is the MySQL MDB2 driver.
+
+WWW: http://pear.php.net/package/MDB2_Driver_mysql/