# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup XML-Twig 3.49 platforms darwin maintainers janusresearch.com:frank.mcpherson 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 7aab0ed9484fa01f45d7b8c787d0f6b229606803 \ sha256 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 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 }