diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2014-11-17 15:58:38 +0200 |
---|---|---|
committer | Shlomi Fish <shlomif@shlomifish.org> | 2014-11-17 15:58:38 +0200 |
commit | 4fbd208ee9aae508ed1edf80459dd6b0c133e2bf (patch) | |
tree | 352ef39fa6f776fe6182a689a5819cbc06370150 /Makefile.PL | |
parent | 29b86668bb4fdd4f677c275cf940fb1279180281 (diff) | |
download | urpmi-4fbd208ee9aae508ed1edf80459dd6b0c133e2bf.tar urpmi-4fbd208ee9aae508ed1edf80459dd6b0c133e2bf.tar.gz urpmi-4fbd208ee9aae508ed1edf80459dd6b0c133e2bf.tar.bz2 urpmi-4fbd208ee9aae508ed1edf80459dd6b0c133e2bf.tar.xz urpmi-4fbd208ee9aae508ed1edf80459dd6b0c133e2bf.zip |
Add the link to the git repository to the META.yml.
See:
* https://rt.cpan.org/Public/Bug/Display.html?id=99776
We need to link to it so people will know where to contribute.
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 129d1a1a..ef498547 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -160,6 +160,13 @@ WriteMakefile( SYSCONFDIR => '$(DESTDIR)/etc', LOCALSTATEDIR => '$(DESTDIR)/var/lib', }, + ( $ExtUtils::MakeMaker::VERSION >= 6.46 ? ( + 'META_MERGE' => { + resources => { + repository => 'http://gitweb.mageia.org/software/rpm/urpmi/', + }, + } ) : () + ), EXE_FILES => [ @bin_scripts, @sbin_scripts, @libexec_scripts ], PMLIBDIRS => [ qw(gurpm urpm) ], $with_po ? (DIR => [ 'po' ]) : (), |