Changeset View
Changeset View
Standalone View
Standalone View
databases/libcouchbase/Makefile
| PORTNAME= libcouchbase | PORTNAME= libcouchbase | ||||
| PORTVERSION= 3.3.8 | PORTVERSION= 3.3.8 | ||||
| PORTREVISION= 1 | PORTREVISION= 1 | ||||
| CATEGORIES= databases | CATEGORIES= databases | ||||
| MASTER_SITES= https://github.com/couchbase/${PORTNAME}/releases/download/${PORTVERSION}/ | MASTER_SITES= https://github.com/couchbase/${PORTNAME}/releases/download/${PORTVERSION}/ | ||||
| MAINTAINER= sergey@couchbase.com | MAINTAINER= sergey@couchbase.com | ||||
| COMMENT= Multithreaded noSQL database (client and library) | COMMENT= Multithreaded noSQL database (client and library) | ||||
| WWW= https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html | WWW= https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html | ||||
| LICENSE= APACHE20 | LICENSE= APACHE20 | ||||
| BROKEN_mips64= fails to link: ld: failed to merge target specific data | |||||
| LIB_DEPENDS= libev.so:devel/libev \ | LIB_DEPENDS= libev.so:devel/libev \ | ||||
| libevent.so:devel/libevent \ | libevent.so:devel/libevent \ | ||||
| libuv.so:devel/libuv | libuv.so:devel/libuv | ||||
| USES= cmake perl5 ssl | USES= cmake perl5 ssl | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| USE_PERL5= build run | USE_PERL5= build run | ||||
| Show All 11 Lines | |||||