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

github.setup        michaelrsweet mxml 4.0.4 v
github.tarball_from archive
revision            0

categories          devel textproc
license             Apache-2
maintainers         nomaintainer

description         a tiny library for reading and writing XML data
long_description    Mini-XML is a tiny XML library that you can use to read and write \
                    XML and XML-like data files in your application without requiring \
                    large non-standard libraries. Mini-XML only requires an ANSI C \
                    compatible compiler (GCC works, as do most vendors’ ANSI C compilers) \
                    and a make program. \
                    \n\nThe Mini-XML library is licensed under the Apache License Version 2.0 \
                    with an exception to allow linking against GPL2/LGPL2-only software.\n

homepage            https://www.msweet.org/mxml/

checksums           rmd160  0dffaa8e8ac04e33be9bf4a34039922dd597da0e \
                    sha256  2d865d1f8e30ab3d3e170f8b96136b650f217068c7ce99a8447b3f6b3c1ab4ee \
                    size    1576163

destroot.destdir    DSTROOT=${destroot}
