2013-03-11 02:52:04 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2013/03/11 02:52:05 espie Exp $
|
2010-03-29 14:21:09 +00:00
|
|
|
|
|
|
|
COMMENT= non-blocking CouchDB client based on jquery.couch.js
|
|
|
|
|
2011-05-15 16:28:47 +00:00
|
|
|
DISTNAME= AnyEvent-CouchDB-1.24
|
2010-03-29 14:21:09 +00:00
|
|
|
CATEGORIES= databases devel
|
|
|
|
|
|
|
|
MODULES= cpan
|
2010-10-01 22:00:04 +00:00
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
MODCPAN_EXAMPLES_DIST= eg
|
2010-03-29 14:21:09 +00:00
|
|
|
|
|
|
|
# MIT
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2011-05-15 16:28:47 +00:00
|
|
|
RUN_DEPENDS= converters/p5-JSON \
|
|
|
|
databases/p5-CouchDB-View \
|
2010-11-15 00:22:45 +00:00
|
|
|
devel/p5-AnyEvent-HTTP \
|
2011-05-15 16:28:47 +00:00
|
|
|
devel/p5-Exception-Class \
|
|
|
|
devel/p5-IO-All \
|
|
|
|
devel/p5-Scope-Guard
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-03-29 14:21:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|