X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=cc29da0d8767d750e3890cf9b65040b591da00de;hb=eb9d0df9c9032ea559675ecc02e000df29f8d9b7;hp=35d9b4429028815a8047166c27463e02254dd37a;hpb=0fc1719a023099e56fa31a9d601b1e12003a56fc;p=apache2-authen-passphrase.git diff --git a/Makefile.PL b/Makefile.PL index 35d9b44..cc29da0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,14 +2,15 @@ use ExtUtils::MakeMaker; use 5.014000; WriteMakefile( - NAME => 'Apache2::Authen::Passphrase', - VERSION_FROM => 'lib/Apache2/Authen/Passphrase.pm', + NAME => 'Apache2::Authen::Passphrase', + VERSION_FROM => 'lib/Apache2/Authen/Passphrase.pm', ABSTRACT_FROM => 'lib/Apache2/Authen/Passphrase.pm', AUTHOR => 'Marius Gavrilescu ', + EXE_FILES => [ 'aap-passwd' ], MIN_PERL_VERSION => '5.14.0', LICENSE => 'perl', - EXE_FILES => [ 'aap-passwd' ], - PREREQ_PM => { + SIGN => 1, + PREREQ_PM => { qw/Authen::Passphrase 0 Authen::Passphrase::BlowfishCrypt 0 IO::Prompter 0 @@ -17,9 +18,11 @@ WriteMakefile( }, META_MERGE => { recommends => { - qw/Apache2::RequestRec 0 - Apache2::Access 0 - Apache2::Const 0/, - } + qw/Apache2::RequestRec 0/, + }, + dynamic_config => 0, + resources => { + repository => 'https://git.ieval.ro/?p=apache2-authen-passphrase.git', + }, } );