Browse Source

lang/perl: Add some HTTP mirrors

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 10 years ago
parent
commit
d659ba4244
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      lang/perl/Makefile

+ 5
- 1
lang/perl/Makefile View File

@@ -13,9 +13,13 @@ PKG_RELEASE:=1
13 13
 PKG_MD5SUM:=406ec049ebe3afcc80d9c76ec78ca4f8
14 14
 
15 15
 PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \
16
+		http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \
16 17
 		ftp://ftp.mpi-sb.mpg.de/pub/perl/CPAN/src/5.0 \
18
+		http://ftp.mpi-sb.mpg.de/pub/perl/CPAN/src/5.0 \
17 19
 		ftp://ftp.gmd.de/mirrors/CPAN/src/5.0 \
18
-		ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0
20
+		http://ftp5.gwdg.de/pub/languages/perl/CPAN/src/ \
21
+		ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0 \
22
+		http://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0
19 23
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
20 24
 
21 25
 PKG_LICENSE:=GPLv1 ARTISTIC