]>
Commit | Line | Data |
---|---|---|
1 | use ExtUtils::MakeMaker; | |
2 | ||
3 | WriteMakefile( | |
4 | NAME => 'Apache2::Authen::Passphrase', | |
5 | VERSION_FROM => 'lib/Apache2/Authen/Passphrase.pm', | |
6 | ABSTRACT_FROM => 'lib/Apache2/Authen/Passphrase.pm', | |
7 | AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>', | |
8 | MIN_PERL_VERSION => '5.14.0', | |
9 | LICENSE => 'perl', | |
10 | PREREQ_PM => { | |
11 | Apache2::RequestRec => 0, | |
12 | Apache2::Access => 0, | |
13 | Apache2::Const => 0, | |
14 | Authen::Passphrase => 0, | |
15 | Authen::Passphrase::BlowfishCrypt => 0, | |
16 | YAML::Any => 0, | |
17 | }, | |
18 | ); |