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

PortSystem          1.0

name                qore-xml-module
version             1.3
categories          lang
license             {LGPL-2.1 MIT}
maintainers         davidnichols
description         xml module for Qore
long_description    Module providing XML, XPath, XML-RPC, etc functionality to Qore
homepage            http://qore.org
use_bzip2           yes
platforms           darwin
master_sites        https://github.com/qorelanguage/module-xml/releases/download/v${version}

checksums           md5 c4ee59ba81c10b0406eb0573c2dd8055 \
                    sha1 0a85604cbf77c486bce08ff70939ae17f2455a93 \
                    rmd160 f9dca0b0faeeed6144242c592fcfd1944bb90533

depends_lib         port:qore \
                    port:libxml2 \
                    path:lib/libssl.dylib:openssl

configure.args      --disable-debug