Files
ports/databases/libcouchbase/Makefile
Jan Beich 21a7215c9a devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN

Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes:	https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR:		216527
Exp-run by:	antoine
Approved by:	mm (maintainer)
2017-02-04 07:56:59 +00:00

30 lines
637 B
Makefile

# $FreeBSD$
PORTNAME= libcouchbase
DISTVERSION= 2.6.3
PORTREVISION= 1
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/libevent2 \
libev.so:devel/libev \
libuv.so:devel/libuv
CMAKE_ARGS+= -DLCB_NO_TESTS=1
USES= cmake perl5
USE_LDCONFIG= yes
USE_PERL5= build run
MAKE_JOBS_UNSAFE= yes
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>