# -*- 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        zeux pugixml 1.15 v
revision            0
checksums           sha256  655ade57fa703fb421c2eb9a0113b5064bddb145d415dd1f88c79353d90d511a \
                    rmd160  ac9357d53eafc22db38f7ba59a6501933d880ad8 \
                    size    395045

categories          textproc
license             MIT
maintainers         nomaintainer
github.tarball_from releases

description         C++ Library for XML processing

long_description    C++ library for creating and manipulating XML DOMs. Features: \
                    efficient parsing of XML, XPath 1.0 support, full Unicode support.

compiler.cxx_standard 2011

configure.args-append -DBUILD_SHARED_LIBS=ON
