aboutsummaryrefslogtreecommitdiffstats
path: root/devel/xeus/Makefile
blob: e31dcf946d3d75d8fd8b0328f97aea29929a5907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=   xeus
DISTVERSION=    0.13.0
PORTREVISION=   3
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:outsource compiler:c++14-lang localbase:ldflags pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= QuantStack
USE_LDCONFIG=   yes

.include <bsd.port.mk>