1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/xeus/Makefile
Yuri Victorovich 2713b91630 devel/xeus: Update 0.23.7 -> 0.23.8
Reported by:	portscout
2020-03-16 01:20:40 +00:00

28 lines
646 B
Makefile

# $FreeBSD$
PORTNAME= xeus
DISTVERSION= 0.23.8
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ implementation of the Jupyter kernel protocol
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cppzmq>0:net/cppzmq \
nlohmann-json>0:devel/nlohmann-json \
xtl-quant-stack>0:devel/xtl-quant-stack
LIB_DEPENDS= libcryptopp.so:security/cryptopp \
libuuid.so:misc/e2fsprogs-libuuid \
libzmq.so:net/libzmq4
USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig ssl
USE_GITHUB= yes
GH_ACCOUNT= jupyter-xeus
CMAKE_OFF= BUILD_STATIC_LIBS
CMAKE_ON= DISABLE_ARCH_NATIVE
USE_LDCONFIG= yes
.include <bsd.port.mk>