aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-03 23:28:08 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-09-03 23:28:08 +0000
commita2808094053fb1113a47ad84b0ae187797ebb8c9 (patch)
tree23162c38112fcdf9d3054d734d4d321f13ad1aef /databases/Makefile
parente21b3ca271a3fbe53582b32d81f0f8a8c95bd982 (diff)
downloadports-a2808094053fb1113a47ad84b0ae187797ebb8c9.tar.gz
ports-a2808094053fb1113a47ad84b0ae187797ebb8c9.zip
- Add p5-AnyEvent-CouchDB 1.27
AnyEvent::CouchDB is a non-blocking CouchDB client implemented on top of the AnyEvent framework. Using this library will give you the ability to run many CouchDB requests asynchronously, and it was intended to be used within a Coro+AnyEvent environment. However, it can also be used synchronously if you want. Its API is based on jquery.couch.js, but we've adapted the API slightly so that it makes sense in an asynchronous Perl environment. WWW: http://search.cpan.org/dist/AnyEvent-CouchDB/
Notes
Notes: svn path=/head/; revision=281119
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index ef27603f41f3..d701556d14a6 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -263,6 +263,7 @@
SUBDIR += oracle_odbc_driver
SUBDIR += p5-Amazon-SimpleDB
SUBDIR += p5-AnyEvent-BDB
+ SUBDIR += p5-AnyEvent-CouchDB
SUBDIR += p5-AnyEvent-DBD-Pg
SUBDIR += p5-AnyEvent-Redis
SUBDIR += p5-ApacheDBILogConfig