wok-next view perl-test-warn/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-test-warn"
4 VERSION="0.36"
5 CATEGORY="perl"
6 SHORT_DESC="Test::Warn - Perl extension to test methods for warnings"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://metacpan.org/release/Test-Warn"
10 REPOLOGY="perl:test-warn"
12 TARBALL="Test-Warn-$VERSION.tar.gz"
13 WGET_URL="https://cpan.metacpan.org/authors/id/B/BI/BIGJ/$TARBALL"
15 BUILD_DEPENDS="perl-sub-uplevel"
17 compile_rules() {
18 perl Makefile.PL &&
19 make && make DESTDIR=$install install &&
21 chmod -R u+w $install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="perl-sub-uplevel"
27 }