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
1 1 # $Id$ 2 PortSystem 1.0 3 PortGroup perl5 1.0 2 3 PortSystem 1.0 4 PortGroup perl5 1.0 4 5 5 6 perl5.setup XML-SAX 0.16 7 revision 1 6 8 maintainers pguyot@kallisys.net 7 9 categories-append textproc 8 10 description Perl extension for SAX XML parsers. 9 11 long_description XML::SAX consists of several framework classes \ 10 12 for using and building Perl SAX2 XML parsers, \ 11 13 filters, and drivers. 12 homepage http://search.cpan.org/~msergeant/${distname}/ 14 13 15 checksums md5 4b07b6a9884f772ee07139b385661e9d \ 14 16 sha1 95ba0db1564547103c14ae4e2391d03883eb8dda \ 15 17 rmd160 704e93828d6e90b7380b2bceab7e33271b5db0dd 18 16 19 platforms darwin 17 20 18 21 depends_lib-append port:p5-xml-namespacesupport 22 23 post-activate { 24 if {! [file isfile ${perl5.lib}/XML/SAX/ParserDetails.ini]} { 25 system "cd ${worksrcpath} && ${build.cmd} install_sax_pureperl" 26 } 27 } 28