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

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-params-validate"
4 VERSION="1.29"
5 CATEGORY="perl"
6 SHORT_DESC="Params::Validate - Validate method/function parameters"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Params-Validate"
10 REPOLOGY="perl:params-validate"
12 TARBALL="Params-Validate-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
15 BUILD_DEPENDS="perl-module-implementation perl-dev perl-module-build \
16 perl-test-fatal perl-test-requires"
18 compile_rules() {
19 perl Build.PL &&
20 ./Build --destdir $install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl-module-implementation"
28 }