1PORTNAME= xtl 2DISTVERSION= 0.7.6 3CATEGORIES= devel 4PKGNAMESUFFIX= -quant-stack 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Template library that supports other quantstack projects 8 9LICENSE= bsd3 10LICENSE_FILE= ${WRKSRC}/LICENSE 11 12BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json 13RUN_DEPENDS= nlohmann-json>0:devel/nlohmann-json 14TEST_DEPENDS= nlohmann-json>0:devel/nlohmann-json \ 15 googletest>0:devel/googletest 16 17USES= cmake 18USE_GITHUB= yes 19GH_ACCOUNT= xtensor-stack 20 21NO_BUILD= yes 22NO_ARCH= yes 23NO_TEST= yes 24 25.include <bsd.port.mk> 26