summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorShlomi Fish <shlomif@shlomifish.org>2014-11-17 15:58:38 +0200
committerShlomi Fish <shlomif@shlomifish.org>2014-11-17 15:58:38 +0200
commit4fbd208ee9aae508ed1edf80459dd6b0c133e2bf (patch)
tree352ef39fa6f776fe6182a689a5819cbc06370150 /Makefile.PL
parent29b86668bb4fdd4f677c275cf940fb1279180281 (diff)
downloadurpmi-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-xMakefile.PL7
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' ]) : (),