# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         XML-XPathEngine 0.12
maintainers         narf_tm openmaintainer
description         a re-usable XPath engine for DOM-like trees
long_description    This module provides an XPath engine, that can be \
                    re-used by other module/classes that implement trees.

platforms           darwin

checksums           md5 ecb1121f5a11411a2d4942c87d8725af \
                    sha1 1c9476131f88f4c5f03f1d5495a8bd100c812e1e \
                    rmd160 b56d30ea7cfcccafa47e3a1891da03317d6ffb74

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
