databases/p5-AnyEvnt-CouchDB: bump couchdb dependency to couchdb2
This commit is contained in:
parent
92a969e9f6
commit
d965c21144
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521718
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= AnyEvent-CouchDB
|
PORTNAME= AnyEvent-CouchDB
|
||||||
PORTVERSION= 1.31
|
PORTVERSION= 1.31
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= databases perl5
|
CATEGORIES= databases perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -14,7 +14,7 @@ COMMENT= Non-blocking CouchDB client based on jquery.couch.js
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= couchdb>=0.9.0:databases/couchdb \
|
RUN_DEPENDS= couchdb2>=0.9.0:databases/couchdb2 \
|
||||||
p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
|
p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
|
||||||
p5-CouchDB-View>=0:databases/p5-CouchDB-View \
|
p5-CouchDB-View>=0:databases/p5-CouchDB-View \
|
||||||
p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \
|
p5-Data-Dump-Streamer>=0:devel/p5-Data-Dump-Streamer \
|
||||||
|
|
Loading…
Reference in a new issue