# $Id: Portfile 108845 2013-08-03 05:23:25Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.branches        5.8 5.10 5.12 5.14 5.16
perl5.setup           XML-DOM-XPath 0.14
revision              3
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Adds XPath support to XML::DOM, using XML::XPath engine
long_description      ${description}

platforms             darwin

checksums             md5 51a40df96c2f92829e1a4f84782fa75e \
                      sha1 624358219a984a04a0ea884c95d1386bd10eed24 \
                      rmd160 d9bdbcc3514bae2bf3f8e533888fb74cbd7ee1d9

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-xml-dom \
                      port:p${perl5.major}-xml-xpathengine

supported_archs noarch
}
