blob: 502ebf84f2af922098dc75d46caa47e5135c87ef (
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
|
PORTNAME= camp
DISTVERSIONPREFIX= v
DISTVERSION= 2025.09.1
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Compiler agnostic metaprogramming library
WWW= https://github.com/LLNL/camp
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= LLNL
GH_TUPLE= LLNL:blt:fb4246b:blt/extern/blt
CMAKE_OFF= CAMP_ENABLE_TESTS
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ON= CAMP_ENABLE_TESTS
# tests as of 2025.09.0: 100% tests passed, 0 tests failed out of 74
.include <bsd.port.mk>
|