# -*- 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 130129 2014-12-27 11:23:11Z mojca@macports.org $ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 perl5.setup HTML-Selector-XPath 0.18 license {Artistic-1 GPL} maintainers devans openmaintainer 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 checksums rmd160 8083ab6dde0f9554d55dafbb5b3424b8fe87ccce \ sha256 73e53f5401df0c1e356e9b7eef5eabe90fee6be14a340e016e7022f6e7434c53 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-base # port:p${perl5.major}-file-sharedir-install \ # port:p${perl5.major}-io-all \ # port:p${perl5.major}-test-warn \ # port:p${perl5.major}-yaml-libyaml # # depends_lib-append \ # port:p${perl5.major}-inline \ # port:p${perl5.major}-extutils-makemaker \ # port:p${perl5.major}-parse-recdescent \ # port:p${perl5.major}-pegex # # supported_archs noarch }