Ticket #17210: p5-xml-sax-0.96.diff

File p5-xml-sax-0.96.diff, 1.2 KB (added by nox@…, 15 years ago)
  • Portfile

     
    22PortSystem 1.0
    33PortGroup perl5 1.0
    44
    5 perl5.setup                     XML-SAX 0.16
     5perl5.setup                     XML-SAX 0.96
    66revision                        1
    77maintainers                     pguyot@kallisys.net
    88categories-append       textproc
     
    1010long_description        XML::SAX consists of several framework classes \
    1111                                        for using and building Perl SAX2 XML parsers, \
    1212                                        filters, and drivers.
    13 homepage                        http://search.cpan.org/~msergeant/${distname}/
    14 checksums                       md5 4b07b6a9884f772ee07139b385661e9d \
    15                                         sha1 95ba0db1564547103c14ae4e2391d03883eb8dda \
    16                                         rmd160 704e93828d6e90b7380b2bceab7e33271b5db0dd
     13homepage                        http://search.cpan.org/~grantm/XML-SAX/
     14checksums                       md5 bdcd4119a62505184e211e9dfaef0ab1 \
     15                                        sha1 ae050fcd129d247855bf480c1e44cdc2db823e9e \
     16                                        rmd160 9b230c84fdad560d99e8fc616e6c58921bb1e2f4
    1717platforms                       darwin
    1818
    1919depends_lib-append      port:p5-xml-namespacesupport
    2020
     21use_parallel_build      yes
     22
    2123post-activate {
    2224        if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} {
    2325                system {perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}