wok-next view perl-b-hooks-endofscope/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children f17e1f86f546
line source
1 # SliTaz package receipt v2.
3 PACKAGE="perl-b-hooks-endofscope"
4 VERSION="0.24"
5 CATEGORY="perl"
6 SHORT_DESC="B::Hooks::EndOfScope - Execute code after a scope finished \
7 compilation"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/B-Hooks-EndOfScope"
11 REPOLOGY="perl:b-hooks-endofscope"
13 TARBALL="B-Hooks-EndOfScope-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/E/ET/ETHER/$TARBALL"
16 BUILD_DEPENDS="perl-module-implementation perl-sub-exporter-progressive \
17 perl-dev perl-variable-magic"
19 compile_rules() {
20 perl Makefile.PL &&
21 make &&
22 make DESTDIR=$install install &&
24 chmod -R u+w $install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="perl-module-implementation perl-sub-exporter-progressive"
30 }