wok-next view perl-params-validate/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="Params-Validate"
4 PACKAGE="perl-params-validate"
5 VERSION="1.29"
6 AUTHOR="DROLSKY"
7 CATEGORY="perl"
8 SHORT_DESC="Params::Validate - Validate method/function parameters"
9 MAINTAINER="pascal.bellard@slitaz.org"
10 LICENSE="GPL"
11 WEB_SITE="https://metacpan.org/release/$ORIGIN"
12 REPOLOGY="${PACKAGE/-/:}"
14 TARBALL="$ORIGIN-$VERSION.tar.gz"
15 WGET_URL="https://cpan.metacpan.org/authors/id/${AUTHOR:0:1}/${AUTHOR:0:2}/$AUTHOR/$TARBALL"
17 DEPENDS_std="perl-module-implementation"
18 BUILD_DEPENDS="$DEPENDS_std perl-dev perl-module-build perl-test-fatal \
19 perl-test-requires"
21 compile_rules() {
22 perl Build.PL &&
23 ./Build --destdir $install install &&
25 chmod -R u+w $install
26 }