Ticket #25635: Portfile.diff
File Portfile.diff, 708 bytes (added by jmroot (Joshua Root), 14 years ago) |
---|
-
Portfile
4 4 PortGroup perl5 1.0 5 5 6 6 perl5.setup XML-SAX-Expat 0.40 7 revision 1 7 8 maintainers email.arc.nasa.gov:sal 8 9 description SAX2 Driver for Expat (XML::Parser) 9 10 long_description This is an implementation of a SAX2 driver \ … … 21 22 port:p5-xml-namespacesupport 22 23 23 24 post-activate { 24 system " cd ${worksrcpath} && ${build.cmd} install_sax_expat"25 system "${perl5.bin} -I${perl5.lib} -MXML::SAX -e \"XML::SAX->add_parser(q(XML::SAX::Expat))->save_parsers()\"" 25 26 }