aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
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 41472e4..7ebcc18 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -47,6 +47,13 @@ WriteMakefile(
},
META_MERGE => {
'meta-spec' => { version => 2 },
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'git://git.mageia.org/software/rpm/perl-URPM/',
+ web => 'http://gitweb.mageia.org/software/rpm/perl-URPM/',
+ },
+ },
release_status => 'stable'
},
CCFLAGS => $ccflags,