# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

github.setup        serge-sans-paille frozen 1.2.0
github.tarball_from archive
revision            0
categories          devel
maintainers         {i0ntempest @i0ntempest} openmaintainer
license             Apache-2
platforms           any
supported_archs     noarch

description         A header-only, constexpr alternative to gperf for C++14 users
long_description    frozen is a header-only library that provides 0 cost initialization for \
                    immutable containers, fixed-size containers, and various algorithms.

checksums           rmd160  d7eb5b1e15e30b6bb11455675079c2062871a22c \
                    sha256  ed8339c017d7c5fe019ac2c642477f435278f0dc643c1d69d3f3b1e95915e823 \
                    size    187169

compiler.cxx_standard 2014
configure.cxxflags-append -std=c++14
compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 900.0.39.2}
