Add the aap-passwd utility and the AAP_ROOTDIR environment variable
[apache2-authen-passphrase.git] / Makefile.PL
CommitLineData
f4cc782b
MG
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
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',
7c87e995 10 EXE_FILES => [ 'aap-passwd' ],
f4cc782b
MG
11 PREREQ_PM => {
12 Apache2::RequestRec => 0,
13 Apache2::Access => 0,
14 Apache2::Const => 0,
15 Authen::Passphrase => 0,
16 Authen::Passphrase::BlowfishCrypt => 0,
7c87e995 17 IO::Prompter => 0,
f4cc782b
MG
18 YAML::Any => 0,
19 },
20);
This page took 0.010983 seconds and 4 git commands to generate.