# -*- 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 XML-LibXML 2.0210 ../../authors/id/S/SH/SHLOMIF revision 0 categories-append textproc platforms darwin maintainers nomaintainer license {Artistic-1 GPL} description Perl interface to libxml2 long_description This module is an interface to libxml2, providing XML and HTML \ parsers with DOM, SAX and XMLReader interfaces, a large subset \ of DOM Layer 3 interface and a XML::XPath-like interface to XPath API of libxml2. checksums rmd160 a53ddca0fb767a052faa0fd5141c1ef51fcea2d7 \ sha256 a29bf3f00ab9c9ee04218154e0afc8f799bf23674eb99c1a9ed4de1f4059a48d \ size 466316 if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-alien-build \ port:p${perl5.major}-alien-libxml2 depends_lib-append \ port:libxml2 \ port:p${perl5.major}-encode \ port:p${perl5.major}-xml-namespacesupport \ port:p${perl5.major}-xml-sax \ path:lib/pkgconfig/icu-uc.pc:icu }