1PORTNAME= zarray 2DISTVERSION= 0.1.0 3CATEGORIES= math 4 5MAINTAINER= ports@MidnightBSD.org 6COMMENT= Dynamically typed N-D expression system based on xtensor 7 8LICENSE= bsd3 9LICENSE_FILE= ${WRKSRC}/LICENSE 10 11HPP_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ 12 xtensor>0:math/xtensor 13BUILD_DEPENDS= ${HPP_DEPENDS} 14RUN_DEPENDS= ${HPP_DEPENDS} 15TEST_DEPENDS= googletest>0:devel/googletest 16 17USES= cmake compiler:c++14-lang 18 19USE_GITHUB= yes 20GH_ACCOUNT= xtensor-stack 21 22NO_BUILD= yes 23NO_ARCH= yes 24NO_TEST= yes 25 26.include <bsd.port.mk> 27