wok-6.x diff perl-algorithm-permute/receipt @ rev 23052
gnustep-base: fix libffi path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 17:04:10 2020 +0100 (2020-03-06) |
parents | 2d12ebd38be4 |
children | eb7ec05d9822 |
line diff
1.1 --- a/perl-algorithm-permute/receipt Fri Jun 07 18:46:07 2013 +0200 1.2 +++ b/perl-algorithm-permute/receipt Fri Mar 06 17:04:10 2020 +0100 1.3 @@ -6,12 +6,12 @@ 1.4 SHORT_DESC="Algorithm::Permute module is a Perl extension." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL" 1.7 -WEB_SITE="http://search.cpan.org/" 1.8 +WEB_SITE="https://metacpan.org/" 1.9 DEPENDS="perl" 1.10 BUILD_DEPENDS="perl" 1.11 SOURCE="Algorithm-Permute" 1.12 TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 -WGET_URL="http://search.cpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" 1.14 +WGET_URL="https://metacpan.org/CPAN/authors/id/E/ED/EDPRATOMO/$TARBALL" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules()