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

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         HTML-Selector-XPath 0.28
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         HTML::Selector::XPath - CSS Selector to XPath compiler
long_description    HTML::Selector::XPath is a utility function to compile a full \
                    set of CSS2 and partial CSS3 selectors to the equivalent XPath expression.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  482175d155cab641f75b20d7c6fa022c376f7f41 \
                    sha256  432717f03ed2cf3d641130cfd3d4a153f09ad4f856da007813792fe0b2e58d0f \
                    size    33565

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-encode \
                    port:p${perl5.major}-html-treebuilder-xpath \
                    port:p${perl5.major}-test-base \
                    port:p${perl5.major}-xml-libxml
}
