# -*- 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.0
PortGroup           github 1.0
PortGroup           boost 1.0

github.setup        no1msd mstch 1.0.2
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision            3
categories          devel
license             MIT

maintainers         nomaintainer

description         mstch is a complete implementation of {{mustache}} \
                    templates using modern C++
long_description    {*}${description}

checksums           rmd160  089ce23e4d9be80c1546196ffa48cdfaa3d1d718 \
                    sha256  77c416142c3f32afd26beab02a494e2688033b390a5a6ced1440515f74b7bf8d \
                    size    24355

patch.pre_args-replace  -p0 -p1
patchfiles-append   patch-shared.diff

compiler.cxx_standard   2011

configure.args-append \
                    -DBUILD_TESTS=OFF \
                    -DBUILD_SHARED_LIBS=ON
