opnsense-ports/databases/libcouchbase/Makefile
Franco Fichtner 0a0319b1a6 */*: sync with upstream
Taken from: FreeBSD
2017-05-05 04:08:52 +02:00

26 lines
600 B
Makefile

# $FreeBSD$
PORTNAME= libcouchbase
DISTVERSION= 2.7.4
CATEGORIES= databases
MASTER_SITES= http://packages.couchbase.com/clients/c/
MAINTAINER= sergey@couchbase.com
COMMENT= Multithreaded noSQL database (client and library)
LICENSE= APACHE20
LIB_DEPENDS= libevent.so:devel/libevent \
libev.so:devel/libev \
libuv.so:devel/libuv
USES= cmake perl5 ssl
USE_LDCONFIG= yes
USE_PERL5= build run
CMAKE_ARGS= -DLCB_NO_TESTS=1
BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format
BROKEN_mips64= Fails to link: ld: failed to merge target specific data
.include <bsd.port.mk>