… | |
… | |
3 | use ExtUtils::MakeMaker; |
3 | use ExtUtils::MakeMaker; |
4 | |
4 | |
5 | WriteMakefile( |
5 | WriteMakefile( |
6 | NAME => 'Net::XMPP2', |
6 | NAME => 'Net::XMPP2', |
7 | AUTHOR => 'Robin Redeker <elmex@ta-sa.org>', |
7 | AUTHOR => 'Robin Redeker <elmex@ta-sa.org>', |
|
|
8 | LICENSE => 'perl', |
8 | VERSION_FROM => 'lib/Net/XMPP2.pm', |
9 | VERSION_FROM => 'lib/Net/XMPP2.pm', |
9 | ABSTRACT_FROM => 'lib/Net/XMPP2.pm', |
10 | ABSTRACT_FROM => 'lib/Net/XMPP2.pm', |
10 | PL_FILES => {}, |
11 | PL_FILES => {}, |
11 | PREREQ_PM => { |
12 | PREREQ_PM => { |
12 | 'AnyEvent' => 0, |
13 | 'AnyEvent' => 0, |
… | |
… | |
15 | 'MIME::Base64' => 0, |
16 | 'MIME::Base64' => 0, |
16 | 'Net::LibIDN' => 0, |
17 | 'Net::LibIDN' => 0, |
17 | 'Authen::SASL' => 0, |
18 | 'Authen::SASL' => 0, |
18 | 'Net::SSLeay' => 0, |
19 | 'Net::SSLeay' => 0, |
19 | 'Net::DNS' => 0, |
20 | 'Net::DNS' => 0, |
|
|
21 | 'Digest::SHA1' => 0, |
20 | }, |
22 | }, |
21 | dist => { |
23 | dist => { |
22 | COMPRESS => 'gzip -9f', |
24 | COMPRESS => 'gzip -9f', |
23 | SUFFIX => 'gz', |
25 | SUFFIX => 'gz', |
24 | PREOP => 'pod2text lib/Net/XMPP2.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |
26 | PREOP => 'pod2text lib/Net/XMPP2.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', |