# -*- 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 thelink2012 any e88b1bfc160fa9b01e6174dd29c812eeeece3be9 version 2023.01.18 revision 0 categories devel license Boost-1 platforms {darwin any} maintainers {@barracuda156 gmail.com:vital.had} openmaintainer description Implementation of std::experimental::any, including small object optimization, \ for C++11 compilers long_description {*}${description} checksums rmd160 4cc83870060ab665995bc8e04646a348b5da99aa \ sha256 68a121278570d61540caa5c142a355df2fc7352b80a77f7d45de8d96a4420167 \ size 9137 installs_libs no compiler.cxx_standard 2011 configure.args-append \ -DBUILD_TESTING=ON destroot { copy ${worksrcpath}/any.hpp ${destroot}${prefix}/include/ set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 0644 -W ${worksrcpath} README.md LICENSE_1_0.txt ${destroot}${docdir} } test.run yes test.env DYLD_LIBRARY_PATH=${cmake.build_dir}