wok-next view perl-carp-clan/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents 4e6503d7a19f
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-carp-clan"
4 VERSION="6.06"
5 CATEGORY="perl"
6 SHORT_DESC="Carp::Clan - Report errors from perspective of caller of a \
7 \"clan\" of modules"
8 MAINTAINER="slaxemulator@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Carp-Clan"
11 REPOLOGY="perl:carp-clan"
13 TARBALL="Carp-Clan-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/K/KE/KENTNL/$TARBALL"
16 BUILD_DEPENDS="perl-test-exception"
18 compile_rules() {
19 perl Makefile.PL &&
20 make && make DESTDIR=$install install &&
22 chmod -R u+w $install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="perl-test-exception"
28 }