ZC Buildout recipe for installing a Perl package
Project description
Recipe for installing Perl packages via download
The perlpackages recipe automates installation of Perl packages.
This recipe is similar to zc.recipe.cmmi, but instead of performing “configure, make, make install” it uses “perl Makefile.PL” for the configure step.
Options
- url
Location to download the Perl distribution from.
- extra_options
Additional parameters that are passed to Makefile.PL.
- perl
Name of the Perl interpreter to use for “perl Makefile.PL”. Defaults to “perl”.
- flatinstallprefix
Set the installation prefix, and force all library, doc and bin files to be flattened into three install locations:
${flatinstallprefix}/lib/perl5/ ${flatinstallprefix}/bin/ ${flatinstallprefix}/man/
This is suitable for creating a location that you can include in your PERL5LIB environment variable.
Release History
0.1 (2008-07-04)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for z3c.recipe.perlpackage-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d979271f799173c8e02359082f15531adcf1be29d696d2c43e6b8b8be3d92f3 |
|
MD5 | 48667802a2843b0064ac69568e408433 |
|
BLAKE2b-256 | f27409767493b06bd078c7f335f13ab162f30136fb531012ce10ed74e3141c72 |