# -*- 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        vittorioromeo scelta a0f4f701a33d03d6a9127da5c77e81d598bc7931
version             2019.05.11
revision            0
categories          devel
platforms           any
license             MIT
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
description         Syntactic sugar for variant and optional types
long_description    {*}${description}
checksums           rmd160  49da8db2e52a8e72330d07074b2c8055532ecae7 \
                    sha256  46cc9695f3fb0ce59f05d4d1b1831e75d6e98611917f52420a831e4ef1531630 \
                    size    64508
github.tarball_from archive
supported_archs     noarch

# Needs https://github.com/vittorioromeo/vrm_cmake
fetch.type          git

post-fetch {
    system -W ${worksrcpath} "git submodule update --init"
}

compiler.cxx_standard  2011

# 100% tests passed, 0 tests failed out of 28
test.run            yes
test.target         check
