61f2f4c26d
CouchDB::View provides a Perlish interface to creating CouchDB views. It uses Data::Dump::Streamer to serialize coderefs, which are deserialized and used by CouchDB::View::Server.
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/03/28 19:33:11 jasper Exp $
|
|
|
|
COMMENT= handle and create CouchDB views in Perl
|
|
|
|
DISTNAME= CouchDB-View-0.003
|
|
CATEGORIES= databases
|
|
|
|
MODULES= cpan
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::converters/p5-JSON-XS \
|
|
::devel/p5-Data-Dump-Streamer \
|
|
::www/p5-URI
|
|
|
|
.include <bsd.port.mk>
|