Ticket #47973: patch-p5-xml-twig-3.49.diff
File patch-p5-xml-twig-3.49.diff, 1.9 KB (added by dbevans (David B. Evans), 9 years ago) |
---|
-
Portfile
5 5 PortGroup perl5 1.0 6 6 7 7 perl5.branches 5.16 5.18 5.20 8 perl5.setup XML-Twig 3.4 88 perl5.setup XML-Twig 3.49 9 9 platforms darwin 10 10 maintainers janusresearch.com:frank.mcpherson 11 11 license {Artistic-1 GPL} … … 16 16 long_description Twig offers a tree-oriented interface \ 17 17 to a document while handling large docs. 18 18 19 checksums rmd160 66ac5fb05b53b97e7782f4d3da33909b085027a7\20 sha256 35472542ba6cecea6b091f00d9784d8979567e2e781d95b7216049958b9c997b19 checksums rmd160 7aab0ed9484fa01f45d7b8c787d0f6b229606803 \ 20 sha256 3e0def8a7477fefa8c27fabf11899a459c8b793909182d016ba26749e9354e01 21 21 22 22 if {${perl5.major} != ""} { 23 depends_build-append \ 24 port:p${perl5.major}-io-captureoutput \ 25 port:p${perl5.major}-io-stringy \ 26 port:p${perl5.major}-xml-filter-buffertext \ 27 port:p${perl5.major}-xml-sax-writer \ 28 port:p${perl5.major}-xml-simple 29 23 30 depends_lib-append \ 24 port:p${perl5.major}-xml-parser 31 port:p${perl5.major}-html-entities-numbered \ 32 port:p${perl5.major}-html-parser \ 33 port:p${perl5.major}-html-tidy \ 34 port:p${perl5.major}-html-tree \ 35 port:p${perl5.major}-libwww-perl \ 36 port:p${perl5.major}-text-tabsxwrap \ 37 port:p${perl5.major}-tie-ixhash \ 38 port:p${perl5.major}-xml-parser \ 39 port:p${perl5.major}-xml-xpath \ 40 port:p${perl5.major}-xml-xpathengine 25 41 }