2ea8fcc29d
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.
21 lines
438 B
Makefile
21 lines
438 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/29 14:21:09 jasper Exp $
|
|
|
|
COMMENT= non-blocking CouchDB client based on jquery.couch.js
|
|
|
|
DISTNAME= AnyEvent-CouchDB-1.17
|
|
CATEGORIES= databases devel
|
|
|
|
MODULES= cpan
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::databases/p5-CouchDB-View \
|
|
::devel/p5-AnyEvent-HTTP \
|
|
::devel/p5-IO-All
|
|
|
|
.include <bsd.port.mk>
|