wok-next diff perl-params-validate/receipt @ rev 18450

perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 19:52:03 2015 +0000 (2015-09-27)
parents 2d12ebd38be4
children fde8184f2ab2
line diff
     1.1 --- a/perl-params-validate/receipt	Fri Jun 07 18:46:07 2013 +0200
     1.2 +++ b/perl-params-validate/receipt	Sun Sep 27 19:52:03 2015 +0000
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perl-params-validate"
     1.7 -VERSION="0.95"
     1.8 +VERSION="1.21"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Params::Validate module is a Perl extension."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL"
    1.13 -DEPENDS="perl"
    1.14 -BUILD_DEPENDS="perl"
    1.15  SOURCE="Params-Validate"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17  WEB_SITE="http://cpan.org/"
    1.18  WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    1.19  
    1.20 +DEPENDS="perl perl-test-requires perl-module-implementation"
    1.21 +BUILD_DEPENDS="$DEPENDS"
    1.22 +
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {