aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-10-19 08:27:43 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-10-27 19:43:41 +0200
commit9d8ec4b364d41933bfcd6868d3cd24281f185ebf (patch)
treeb5002cbb8abe91bb5b88cee6de63ac10e7f30739 /Makefile.PL
parent6d47d33f74bc728b2c241ee9754ad12aff977ecc (diff)
downloadperl-URPM-9d8ec4b364d41933bfcd6868d3cd24281f185ebf.tar
perl-URPM-9d8ec4b364d41933bfcd6868d3cd24281f185ebf.tar.gz
perl-URPM-9d8ec4b364d41933bfcd6868d3cd24281f185ebf.tar.bz2
perl-URPM-9d8ec4b364d41933bfcd6868d3cd24281f185ebf.tar.xz
perl-URPM-9d8ec4b364d41933bfcd6868d3cd24281f185ebf.zip
cpan: add repository link
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,