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