Ticket #44777: p5-xml-twig-3.48-1.diff
File p5-xml-twig-3.48-1.diff, 1.4 KB (added by nortcele, 10 years ago) |
---|
-
Portfile.
old new 1 # -*- 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 1 2 # $Id: Portfile 95558 2012-07-16 23:00:18Z jmr@macports.org $ 2 3 3 PortSystem 4 PortGroup 4 PortSystem 1.0 5 PortGroup perl5 1.0 5 6 6 7 perl5.branches 5.8 5.10 5.12 5.14 5.16 7 perl5.setup XML-Twig 3.39 8 maintainers janusresearch.com:frank.mcpherson 9 license {Artistic-1 GPL} 10 description A perl module to process efficiently XML documents 11 long_description Twig offers a tree-oriented interface \ 12 to a document while handling large docs. 13 platforms darwin 8 perl5.setup XML-Twig 3.39 9 10 platforms darwin 11 maintainers janusresearch.com:frank.mcpherson 12 license {Artistic-1 GPL} 13 14 supported_archs noarch 15 16 description A perl module for processing huge XML documents in tree mode. 17 18 long_description ${description} 19 14 20 checksums rmd160 0954a2a9630e594e731d6d0d78a70c605885c174 \ 15 21 sha256 33940ed00763cf4def0052b095ac79418da3902b4c6fa67b21e4bf929d1f7fb6 16 22 17 23 if {${perl5.major} != ""} { 18 depends_lib-append port:p${perl5.major}-xml-parser 19 20 supported_archs noarch 24 depends_lib-append \ 25 port:p${perl5.major}-xml-parser 21 26 }