aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorscheidell <scheidell@FreeBSD.org>2012-06-22 15:18:38 +0800
committerscheidell <scheidell@FreeBSD.org>2012-06-22 15:18:38 +0800
commitc4cbb980d1a805cb1b27f3ac4d94cd57c990a9b8 (patch)
tree04a70e8e9a99536a6b80f3d51402c56d0f07cf0d /databases
parent612182b931e24c1b3217a95f7c1eb894e9541044 (diff)
downloadfreebsd-ports-gnome-c4cbb980d1a805cb1b27f3ac4d94cd57c990a9b8.tar.gz
freebsd-ports-gnome-c4cbb980d1a805cb1b27f3ac4d94cd57c990a9b8.tar.zst
freebsd-ports-gnome-c4cbb980d1a805cb1b27f3ac4d94cd57c990a9b8.zip
Addport: databases/pdo_user provides a Userspace interface for PDO drivers.
WWW: http://pecl.php.net/package/pdo_user PR: ports/157320 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pecl-pdo_user/Makefile28
-rw-r--r--databases/pecl-pdo_user/distinfo2
-rw-r--r--databases/pecl-pdo_user/pkg-descr3
4 files changed, 34 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index d250c07733db..865002bfdf49 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -524,6 +524,7 @@
SUBDIR += pecl-mongo
SUBDIR += pecl-mysqlnd_ms
SUBDIR += pecl-mysqlnd_qc
+ SUBDIR += pecl-pdo_user
SUBDIR += pecl-rrd
SUBDIR += pecl-tokyo_tyrant
SUBDIR += percona-toolkit
diff --git a/databases/pecl-pdo_user/Makefile b/databases/pecl-pdo_user/Makefile
new file mode 100644
index 000000000000..808e64321db0
--- /dev/null
+++ b/databases/pecl-pdo_user/Makefile
@@ -0,0 +1,28 @@
+# Ports collection makefile for: pear-pdo_user
+# Date created: 2011-05-26
+# Whom: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pdo_user
+PORTVERSION= 0.3.0
+CATEGORIES= databases www
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+DISTNAME= PDO_USER-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= PECL
+
+MAINTAINER= jnlin@csie.nctu.edu.tw
+COMMENT= PECL classes provides a Userspace interface for PDO drivers
+
+WRKSRC= ${WRKDIR}/PDO_USER-${PORTVERSION}
+
+USE_PHP= pdo
+USE_PHP_BUILD= yes
+USE_PHPIZE= yes
+USE_PHPEXT= yes
+PHP_MODNAME= pdo_user
+
+.include <bsd.port.mk>
diff --git a/databases/pecl-pdo_user/distinfo b/databases/pecl-pdo_user/distinfo
new file mode 100644
index 000000000000..90f0be8c0b04
--- /dev/null
+++ b/databases/pecl-pdo_user/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PECL/PDO_USER-0.3.0.tgz) = c8a5a897edc608342aed118e1ab1ff0b87c8fca5931e2b5fce8b7eec62a15d6e
+SIZE (PECL/PDO_USER-0.3.0.tgz) = 52487
diff --git a/databases/pecl-pdo_user/pkg-descr b/databases/pecl-pdo_user/pkg-descr
new file mode 100644
index 000000000000..393af8f44fbe
--- /dev/null
+++ b/databases/pecl-pdo_user/pkg-descr
@@ -0,0 +1,3 @@
+pdo_user provides a Userspace interface for PDO drivers.
+
+WWW: http://pecl.php.net/package/pdo_user