wok-next view perl-exception-class/receipt @ rev 21036

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 06 14:32:27 2018 +0200 (2018-11-06)
parents 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-exception-class"
4 VERSION="1.44"
5 CATEGORY="perl"
6 SHORT_DESC="Exception::Class - A module that allows you to declare real \
7 exception classes in Perl"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Exception-Class"
11 REPOLOGY="perl:exception-class"
13 TARBALL="Exception-Class-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
16 BUILD_DEPENDS="perl-class-data-inheritable perl-devel-stacktrace"
18 compile_rules() {
19 perl Makefile.PL &&
20 make &&
21 make DESTDIR=$install install &&
23 chmod -R u+w $install
24 }
26 genpkg_rules() {
27 copy @std
28 DEPENDS="perl-class-data-inheritable perl-devel-stacktrace"
29 }