Files
ports/databases/libcouchbase/Makefile
T
Rene Ladan 2a7c056120 all: drop support for FreeBSD 13, mips and risc64sf
Reviewed by:            many (*)
Differential Revision:  https://reviews.freebsd.org/D55624
Differential Revision:  https://reviews.freebsd.org/D55642 (merged in from bofh)

many (*)
  acm arrowd brooks cmt dch decke dinoex eduardo fluffy fuz gahr garga
  jbeich joerg jrm kai kenrap martymac matthew mfechner michaelo mizhka
  nobutaka pkubaj se tagattie thj

  Anton Saietskii
  GenericRikka
  Gert Doering
  Jan Bramkamp
  Oleh Hushchenkov
  Oleksandr Kryvulia
  Ralf van der Enden
  Yamagi

  desktop kde python tcltk office
2026-05-07 23:47:29 +02:00

32 lines
738 B
Makefile

PORTNAME= libcouchbase
PORTVERSION= 3.3.8
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= https://github.com/couchbase/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= sergey@couchbase.com
COMMENT= Multithreaded noSQL database (client and library)
WWW= https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html
LICENSE= APACHE20
LIB_DEPENDS= libev.so:devel/libev \
libevent.so:devel/libevent \
libuv.so:devel/libuv
USES= cmake perl5 ssl
USE_LDCONFIG= yes
USE_PERL5= build run
CMAKE_ARGS= -DLCB_NO_TESTS=1
CONFLICTS_INSTALL= coin-or-cbc
.include <bsd.port.pre.mk>
.if ${ARCH} == aarch64 || ${ARCH:Marmv*} || ${ARCH} == riscv64
CMAKE_ARGS+= -DDTRACE:BOOL=FALSE
.endif
.include <bsd.port.post.mk>