wok diff perl-extutils-makemaker/receipt @ rev 23370
updated perl-mime-types (1.38 -> 2.17)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 31 13:30:03 2020 +0100 (2020-03-31) |
parents | 092704d51019 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-extutils-makemaker/receipt Fri Oct 12 12:58:54 2018 +0200 1.2 +++ b/perl-extutils-makemaker/receipt Tue Mar 31 13:30:03 2020 +0100 1.3 @@ -1,17 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-extutils-makemaker" 1.7 -VERSION="7.34" 1.8 +VERSION="7.44" 1.9 CATEGORY="development" 1.10 SHORT_DESC="ExtUtils::MakeMaker module updates a Perl built-in extension." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL" 1.13 +WEB_SITE="https://metacpan.org/release/ExtUtils-MakeMaker" 1.14 + 1.15 +SOURCE="ExtUtils-MakeMaker" 1.16 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 +WGET_URL="https://www.cpan.org/modules/by-module/ExtUtils/$TARBALL" 1.18 + 1.19 DEPENDS="perl" 1.20 BUILD_DEPENDS="perl" 1.21 -SOURCE="ExtUtils-MakeMaker" 1.22 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.23 -WEB_SITE="http://cpan.org/" 1.24 -WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BINGOS/$TARBALL" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 @@ -25,5 +27,5 @@ 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr 1.32 - cp -a $install/usr/lib $fs/usr 1.33 + cp -a $install/usr/lib $fs/usr 1.34 }