freebsd-ports/devel/xeus-cling/Makefile
Yuri Victorovich eda8f60c46 devel/xeus-cling: Update 0.4.10 -> 0.4.11
Reported by:	portscout
2019-02-10 00:09:15 +00:00

28 lines
637 B
Makefile

# $FreeBSD$
PORTNAME= xeus-cling
DISTVERSION= 0.4.11
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ Jupyter Kernel
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= cppzmq>0:net/cppzmq \
cxxopts>0:devel/cxxopts \
llvm-config:lang/cling \
nlohmann-json>0:devel/nlohmann-json \
xtl-quant-stack>0:devel/xtl-quant-stack
LIB_DEPENDS= libclingInterpreter.so:lang/cling \
libpugixml.so:textproc/pugixml \
libuuid.so:misc/e2fsprogs-libuuid \
libxeus.so:devel/xeus \
libzmq.so:net/libzmq4
USES= cmake compiler:c++14-lang pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= QuantStack
.include <bsd.port.mk>