Ticket #17210: p5-xml-sax-0.96.diff
File p5-xml-sax-0.96.diff, 1.2 KB (added by nox@…, 16 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 PortGroup perl5 1.0 4 4 5 perl5.setup XML-SAX 0. 165 perl5.setup XML-SAX 0.96 6 6 revision 1 7 7 maintainers pguyot@kallisys.net 8 8 categories-append textproc … … 10 10 long_description XML::SAX consists of several framework classes \ 11 11 for using and building Perl SAX2 XML parsers, \ 12 12 filters, and drivers. 13 homepage http://search.cpan.org/~ msergeant/${distname}/14 checksums md5 4b07b6a9884f772ee07139b385661e9d\15 sha1 95ba0db1564547103c14ae4e2391d03883eb8dda\16 rmd160 704e93828d6e90b7380b2bceab7e33271b5db0dd13 homepage http://search.cpan.org/~grantm/XML-SAX/ 14 checksums md5 bdcd4119a62505184e211e9dfaef0ab1 \ 15 sha1 ae050fcd129d247855bf480c1e44cdc2db823e9e \ 16 rmd160 9b230c84fdad560d99e8fc616e6c58921bb1e2f4 17 17 platforms darwin 18 18 19 19 depends_lib-append port:p5-xml-namespacesupport 20 20 21 use_parallel_build yes 22 21 23 post-activate { 22 24 if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} { 23 25 system {perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()"}