0
|
1 <?xml version='1.0' encoding='utf-8'?>
|
|
2 <tool_dependency>
|
|
3 <package name="perl_module_libwww" version='6.05'>
|
|
4 <install version='1.0'>
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.05.tar.gz</action>
|
|
7 <action type="make_directory">$INSTALL_DIR/lib/perl5</action>
|
|
8 <action type="shell_command">
|
|
9 perl Makefile.PL INSTALL_BASE=$INSTALL_DIR &&
|
|
10 make &&
|
|
11 make install
|
|
12 </action>
|
|
13 <action type="set_environment">
|
|
14 <environment_variable action="append_to" name="PERL5LIB">$INSTALL_DIR/lib/perl5/</environment_variable>
|
|
15 </action>
|
|
16 </actions>
|
|
17 </install>
|
|
18 <readme>This package install libwww CPAN package for Perl, including LWP::UserAgent.</readme>
|
|
19 </package>
|
|
20
|
|
21 </tool_dependency>
|