mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-18 05:01:00 +01:00
added some meta
This commit is contained in:
15
Makefile.PL
15
Makefile.PL
@@ -20,7 +20,7 @@ foreach my $module (sort keys %optional) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
WriteMakefile(
|
my %params = (
|
||||||
'NAME' => 'Crypt::PWSafe3',
|
'NAME' => 'Crypt::PWSafe3',
|
||||||
'VERSION_FROM' => 'lib/Crypt/PWSafe3.pm',
|
'VERSION_FROM' => 'lib/Crypt/PWSafe3.pm',
|
||||||
'PREREQ_PM' => { 'Digest::HMAC' => 1.00,
|
'PREREQ_PM' => { 'Digest::HMAC' => 1.00,
|
||||||
@@ -38,6 +38,17 @@ WriteMakefile(
|
|||||||
FILES => 't/*.out *~ */*~ */*/*~ */*/*/*~'
|
FILES => 't/*.out *~ */*~ */*/*~ */*/*/*~'
|
||||||
},
|
},
|
||||||
($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : ()),
|
($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : ()),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) {
|
||||||
|
$params{META_MERGE} = {
|
||||||
|
resources => {
|
||||||
|
homepage => 'http://www.daemon.de/',
|
||||||
|
bugtracker => 'http://github.com/tlinden/Crypt--PWSafe3',
|
||||||
|
license => 'http://www.perlfoundation.org/artistic_license_2_0',
|
||||||
|
repository => 'git://github.com/tlinden/Crypt--PWSafe3.git',
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
WriteMakefile( %params );
|
||||||
|
|||||||
Reference in New Issue
Block a user