# -*- 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: Portfile 111908 2013-10-05 18:34:33Z ryandesign@macports.org $

PortSystem          1.0

name                qore-xml-module
version             1.2
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        sourceforge:qore

checksums           md5 63f6f620dd50421d0ba43815f4201026 \
                    sha1 4fb5a8f7784f26014e79a6664ea48653b1169f63 \
                    rmd160 9f6eb789726f0ee2fa356529e548d1693e208f61

depends_lib         port:qore \
                    port:libxml2 \
                    port:openssl

configure.args      --disable-debug
