# -*- 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 74625 2010-12-24 09:52:09Z davidnichols@macports.org $

PortSystem          1.0

name                qore-xml-module
version             1.0
categories          lang
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 1496f694b4c0375c0df32f1de750f40d \
                    sha1 60372b2e4f3a355a431a1bbf99704d9515571a37 \
                    rmd160 6be421c398ec0c96436ba20543cf8ca2da2c48e6

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

configure.args      --disable-debug
