Disable dynamic_config and enable SIGN
[mafia.git] / Makefile.PL
CommitLineData
8123f08c 1use 5.014000;
f1171346
MG
2use ExtUtils::MakeMaker;
3
4WriteMakefile(
40af1ba2
MG
5 NAME => 'Mafia',
6 VERSION_FROM => 'lib/Mafia.pm',
f1171346
MG
7 ABSTRACT_FROM => 'lib/Mafia.pm',
8 AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>',
9 MIN_PERL_VERSION => '5.14.0',
10 LICENSE => 'perl',
8123f08c 11 SIGN => 1,
40af1ba2 12 PREREQ_PM => {
8123f08c 13 qw/Storable 0/,
f1171346
MG
14 },
15 BUILD_REQUIRES => {
8123f08c
MG
16 qw/File::Basename 0
17 File::Slurp 0/,
f1171346 18 },
8123f08c
MG
19 META_MERGE => {
20 dynamic_config => 0,
21 resources => {
22 repository => 'http://git.ieval.ro/?p=mafia.git',
f1171346 23 }
f1171346
MG
24 }
25);
This page took 0.010382 seconds and 4 git commands to generate.