head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.6 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.4 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.2 pkgsrc-2025Q3-base:1.1; locks; strict; comment @# @; 1.1 date 2025.08.31.19.18.18; author wiz; state Exp; branches; next ; commitid W6s0IghF69MITU8G; desc @@ 1.1 log @devel/mustache: import mustache-4.1 * Mustache implementation for modern C++ (requires C++11) * Header only * Zero dependencies * Templated string type for compatibility with any STL-like string (std::string, std::wstring, etc) * Boost license @ text @$NetBSD$ Compatibility with cmake 4. --- CMakeLists.txt.orig 2020-04-18 16:49:08.000000000 +0000 +++ CMakeLists.txt @@@@ -1,4 +1,4 @@@@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.5) project(mustache) if (UNIX) add_definitions( @