# -*- 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

github.setup        vslavik xmlwrapp 0.10.0 v
revision            0
categories          devel
maintainers         nomaintainer
license             BSD

description         a modern style C++ library for working with XML data
long_description    ${name} is {*}${description}. \
                    It provides a simple and easy to use interface for the \
                    very powerful libxml2 XML parser and the libxslt XSLT \
                    engine. This Portfile also installs libxsltwrapp which is \
                    part of the xmlwrapp package.

homepage            https://vslavik.github.io/xmlwrapp/

checksums           rmd160  0b496fd0acfe2dc8842f5de97232dc01d2381615 \
                    sha256  12002ad2147cac7e6ca7b6a7e4c977e4ada6c97570a02696307bc05322ec9647 \
                    size    1473902
github.tarball_from releases

use_autoreconf      yes

depends_build-append \
                    path:bin/pkg-config:pkgconfig

depends_lib-append  port:libxml2 \
                    port:libxslt

compiler.cxx_standard   2011

configure.args-append --disable-docs
