# -*- 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           cmake   1.1
PortGroup           github  1.0

github.setup        Neargye magic_enum 0.9.8 v
github.tarball_from archive
revision            0

description         \
    Header-only C++17 library provides static reflection for enums, work with \
    any enum type without any macro or boilerplate code.

long_description    {*}${description}

categories          devel
installs_libs       no
license             MIT
maintainers         {gmail.com:herby.gillot @herbygillot} \
                    openmaintainer

checksums           rmd160  39a963c3bbc94f3875f7728ee48a7b35d5849be5 \
                    sha256  1e54959a3f3cb675938d858603ad69d0f3f7c82439fc2bf86d7232daec2bd10e \
                    size    206476

compiler.cxx_standard \
                    2017
