wok-next annotate perl-datetime-format-strptime/receipt @ rev 21159

updated diffutils (3.6 -> 3.7)
author Hans-G?nter Theisgen
date Wed Feb 20 08:46:59 2019 +0100 (2019-02-20)
parents d5aab818505e
children
rev   line source
al@21068 1 # SliTaz package receipt v2.
nneul@18450 2
al@21068 3 ORIGIN="DateTime-Format-Strptime"
nneul@18450 4 PACKAGE="perl-datetime-format-strptime"
al@20820 5 VERSION="1.75"
al@21068 6 AUTHOR="DROLSKY"
al@19709 7 CATEGORY="perl"
al@19709 8 SHORT_DESC="DateTime::Format::Strptime - Parse and format strp and strf time \
al@19709 9 patterns"
nneul@18450 10 MAINTAINER="pascal.bellard@slitaz.org"
nneul@18450 11 LICENSE="GPL2"
al@21068 12 WEB_SITE="https://metacpan.org/release/$ORIGIN"
al@21068 13 HOST_ARCH="any"
al@21068 14 REPOLOGY="${PACKAGE/-/:}"
nneul@18450 15
al@21068 16 TARBALL="$ORIGIN-$VERSION.tar.gz"
al@21068 17 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
al@19709 18
al@21068 19 DEPENDS_std="perl-datetime perl-datetime-locale perl-datetime-timezone \
al@19709 20 perl-package-deprecationmanager perl-params-validationcompiler perl-specio \
al@21068 21 perl-try-tiny"
al@21068 22 BUILD_DEPENDS="$DEPENDS_std perl-test-warnings"
nneul@18450 23
al@21020 24 compile_rules() {
al@21068 25 cook_perl
nneul@18450 26 }