summaryrefslogtreecommitdiff
path: root/databases/pecl-tokyo_tyrant
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-02-25 00:45:45 +0000
committerWen Heping <wen@FreeBSD.org>2011-02-25 00:45:45 +0000
commit9a1ae257eb8ce7f5eba6d9a65415bbecfcc2f8c3 (patch)
tree7abf3c394194390ae3e5afe9d84f776be5815dc9 /databases/pecl-tokyo_tyrant
parent- Force commit to correct the entry (diff)
pecl-tokyo_tyrant is a PHP extension provides object oriented API
for communicating with Tokyo Tyrant key-value store. WWW: http://pecl.php.net/package/tokyo_tyrant/
Notes
Notes: svn path=/head/; revision=269621
Diffstat (limited to 'databases/pecl-tokyo_tyrant')
-rw-r--r--databases/pecl-tokyo_tyrant/Makefile27
-rw-r--r--databases/pecl-tokyo_tyrant/distinfo2
-rw-r--r--databases/pecl-tokyo_tyrant/pkg-descr4
3 files changed, 33 insertions, 0 deletions
diff --git a/databases/pecl-tokyo_tyrant/Makefile b/databases/pecl-tokyo_tyrant/Makefile
new file mode 100644
index 000000000000..be08e0cb1c84
--- /dev/null
+++ b/databases/pecl-tokyo_tyrant/Makefile
@@ -0,0 +1,27 @@
+# Ports collection makefile for: pecl-tokyo_tyrant
+# Date created: Feb 20, 2011
+# Whom: Wen Heping<wen@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tokyo_tyrant
+PORTVERSION= 0.6.0
+CATEGORIES= databases pear
+MASTER_SITES= http://pecl.php.net/get/
+PKGNAMEPREFIX= pecl-
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Wrapper to the Tokyo Tyrant client library
+
+LIB_DEPENDS= tokyotyrant.3:${PORTSDIR}/databases/tokyotyrant
+
+IGNORE_WITH_PHP=4
+
+USE_PHP= session
+USE_PHP_BUILD= spl
+USE_PHPIZE= yes
+USE_PHPEXT= yes
+
+.include <bsd.port.mk>
diff --git a/databases/pecl-tokyo_tyrant/distinfo b/databases/pecl-tokyo_tyrant/distinfo
new file mode 100644
index 000000000000..e7b8be7f0bdc
--- /dev/null
+++ b/databases/pecl-tokyo_tyrant/distinfo
@@ -0,0 +1,2 @@
+SHA256 (tokyo_tyrant-0.6.0.tgz) = 121798731b4eb1fa1fd0d6345fc1334b58430e74217fde24fdaeeeee70d3a786
+SIZE (tokyo_tyrant-0.6.0.tgz) = 27081
diff --git a/databases/pecl-tokyo_tyrant/pkg-descr b/databases/pecl-tokyo_tyrant/pkg-descr
new file mode 100644
index 000000000000..c7d31e0f429f
--- /dev/null
+++ b/databases/pecl-tokyo_tyrant/pkg-descr
@@ -0,0 +1,4 @@
+pecl-tokyo_tyrant is a PHP extension provides object oriented API
+for communicating with Tokyo Tyrant key-value store.
+
+WWW: http://pecl.php.net/package/tokyo_tyrant/