blob: c5bd1ba7d08d76c110b3b3f698ce0dd11987c631 (
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
|
PORTNAME= string_theory
PORTVERSION= 3.8
CATEGORIES= devel
MASTER_SITES= https://github.com/zrax/string_theory/releases/download/${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Modern C++ library for string manipulation and storage
WWW= https://github.com/zrax/string_theory
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++20-lang
CMAKE_OFF= ST_BUILD_PROFILE_TEST \
ST_BUILD_TESTS \
ST_BUILD_TEST_COVERAGE
CMAKE_ON= ST_ENABLE_STL_FILESYSTEM \
ST_ENABLE_STL_STRINGS
CMAKE_TESTING_ON= ST_BUILD_TESTS
NO_ARCH= yes
.include <bsd.port.mk>
|