wok-next view perl-params-validationcompiler/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 4e6503d7a19f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-params-validationcompiler"
4 VERSION="0.30"
5 CATEGORY="perl"
6 SHORT_DESC="Params::ValidationCompiler - Build an optimized subroutine \
7 parameter validator once, use it forever"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Params-ValidationCompiler"
11 REPOLOGY="perl:params-validationcompiler"
13 TARBALL="Params-ValidationCompiler-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
16 BUILD_DEPENDS="perl-eval-closure perl-exception-class perl-specio \
17 perl-test2-suite perl-test2-plugin-nowarnings perl-test-without-module"
19 compile_rules() {
20 perl Makefile.PL &&
21 make && make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl-eval-closure perl-exception-class"
29 }