freebsd-ports/databases/p5-AnyEvent-CouchDB/Makefile

29 lines
716 B
Makefile
Raw Normal View History

PORTNAME= AnyEvent-CouchDB
PORTVERSION= 1.31
PORTREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Non-blocking CouchDB client based on jquery.couch.js
WWW= https://metacpan.org/release/AnyEvent-CouchDB
LICENSE= MIT
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
p5-CouchDB-View>=0:databases/p5-CouchDB-View \
p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \
p5-Exception-Class>=0:devel/p5-Exception-Class \
p5-IO-All>=0:devel/p5-IO-All \
p5-JSON>=2:converters/p5-JSON \
p5-Scope-Guard>=0:devel/p5-Scope-Guard
2013-08-21 16:08:06 +02:00
USES= perl5
2020-04-21 21:35:39 +02:00
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>