]>
Commit | Line | Data |
---|---|---|
1 | use 5.014000; | |
2 | use ExtUtils::MakeMaker; | |
3 | ||
4 | WriteMakefile( | |
5 | NAME => 'Plack::App::Gruntmaster', | |
6 | VERSION_FROM => 'lib/Plack/App/Gruntmaster.pm', | |
7 | ABSTRACT_FROM => 'lib/Plack/App/Gruntmaster.pm', | |
8 | AUTHOR => 'Marius Gavrilescu <marius@ieval.ro>', | |
9 | MIN_PERL_VERSION => '5.14.0', | |
10 | LICENSE => 'AGPL_3', | |
11 | SIGN => 1, | |
12 | clean => { | |
13 | FILES => 'static/css/ static/js/' | |
14 | }, | |
15 | BUILD_REQUIRES => { | |
16 | qw/CSS::Minifier::XS 0 | |
17 | File::Slurp 0 | |
18 | Test::MockTime 0 | |
19 | Test::More 0 | |
20 | Test::WWW::Mechanize::PSGI 0/, | |
21 | }, | |
22 | PREREQ_PM => { | |
23 | qw/Carp 0 | |
24 | Encode 0 | |
25 | List::Util 0 | |
26 | POSIX 0 | |
27 | constant 0 | |
28 | feature 0 | |
29 | parent 0 | |
30 | strict 0 | |
31 | warnings 0 | |
32 | ||
33 | File::Slurp 0 | |
34 | File::Which 0 | |
35 | Gruntmaster::Data 0 | |
36 | HTML::Element::Library 0 | |
37 | HTML::TreeBuilder 0 | |
38 | JSON::MaybeXS 0 | |
39 | Log::Log4perl 0 | |
40 | PerlX::Maybe 0 | |
41 | Plack::Builder 0 | |
42 | Plack::Middleware::Auth::Complex 0 | |
43 | Plack::Util 0 | |
44 | Scope::Upper 0 | |
45 | Web::Simple 0.019/, | |
46 | }, | |
47 | META_MERGE => { | |
48 | dynamic_config => 0, | |
49 | resources => { | |
50 | repository => 'https://git.ieval.ro/?p=plack-app-gruntmaster.git', | |
51 | } | |
52 | } | |
53 | ) |