# -*- 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-Twig 3.52 platforms {darwin any} maintainers nomaintainer license {Artistic-1 GPL} supported_archs noarch description A perl module for processing huge XML documents in tree mode. long_description Twig offers a tree-oriented interface \ to a document while handling large docs. checksums rmd160 532413b74b6372e32c9a1e54b0a73ffd24ad31ff \ sha256 fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-io-captureoutput \ port:p${perl5.major}-io-stringy \ port:p${perl5.major}-xml-filter-buffertext \ port:p${perl5.major}-xml-sax-writer \ port:p${perl5.major}-xml-simple depends_lib-append \ port:p${perl5.major}-html-entities-numbered \ port:p${perl5.major}-html-parser \ port:p${perl5.major}-html-tidy \ port:p${perl5.major}-html-tree \ port:p${perl5.major}-libwww-perl \ port:p${perl5.major}-text-tabsxwrap \ port:p${perl5.major}-tie-ixhash \ port:p${perl5.major}-xml-parser \ port:p${perl5.major}-xml-xpath \ port:p${perl5.major}-xml-xpathengine }