Ticket #12878: p5-xml-sax-0.16_1.diff

File p5-xml-sax-0.16_1.diff, 1.0 KB (added by nox@…, 17 years ago)
  • Portfile

     
    11# $Id$
    2 PortSystem 1.0
    3 PortGroup perl5 1.0
     2
     3PortSystem          1.0
     4PortGroup           perl5 1.0
    45
    56perl5.setup                     XML-SAX 0.16
     7revision            1
    68maintainers                     pguyot@kallisys.net
    79categories-append       textproc
    810description                     Perl extension for SAX XML parsers.
    911long_description        XML::SAX consists of several framework classes \
    1012                                        for using and building Perl SAX2 XML parsers, \
    1113                                        filters, and drivers.
    12 homepage                        http://search.cpan.org/~msergeant/${distname}/
     14
    1315checksums                       md5 4b07b6a9884f772ee07139b385661e9d \
    1416                                        sha1 95ba0db1564547103c14ae4e2391d03883eb8dda \
    1517                                        rmd160 704e93828d6e90b7380b2bceab7e33271b5db0dd
     18
    1619platforms                       darwin
    1720
    1821depends_lib-append      port:p5-xml-namespacesupport
     22
     23post-activate {
     24    if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} {
     25        system "cd ${worksrcpath} && ${build.cmd} install_sax_pureperl"
     26    }
     27}
     28