diff options
Diffstat (limited to 'RPM4/Makefile.PL')
-rw-r--r-- | RPM4/Makefile.PL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/RPM4/Makefile.PL b/RPM4/Makefile.PL index 592a7b9..f2911c0 100644 --- a/RPM4/Makefile.PL +++ b/RPM4/Makefile.PL @@ -62,6 +62,13 @@ WriteMakefile( LICENSE => 'gpl_2', META_MERGE => { 'meta-spec' => { version => 2 }, + resources => { + repository => { + type => 'git', + url => 'git://git.mageia.org/software/rpm/perl-RPM4/', + web => 'http://gitweb.mageia.org/software/rpm/perl-RPM4/', + }, + }, release_status => 'stable' }, MIN_PERL_VERSION => '5.008001', |