wok diff perl-common-sense/receipt @ rev 23608
updated nnn (3.0 -> 3.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 06:12:39 2020 +0100 (2020-04-14) |
parents | 46fc8daa3b41 |
children | 15650f5d595b |
line diff
1.1 --- a/perl-common-sense/receipt Thu Sep 10 10:00:06 2015 +0200 1.2 +++ b/perl-common-sense/receipt Tue Apr 14 06:12:39 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="perl-common-sense" 1.7 -VERSION="3.73" 1.8 +VERSION="3.74" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="common::sense module is a Perl extension." 1.11 +SHORT_DESC="Perl extension common::sense." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="GPL" 1.14 +WEB_SITE="https://metacpan.org/release/common-sense" 1.15 + 1.16 SOURCE="common-sense" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://cpan.org/" 1.19 WGET_URL="http://cpan.org/authors/id/M/ML/MLEHMANN/$TARBALL" 1.20 1.21 DEPENDS="perl" 1.22 @@ -26,6 +27,5 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr 1.26 - cp -a $install/usr/lib $fs/usr 1.27 + cp -a $install/usr/lib $fs/usr 1.28 } 1.29 -