wok-next view perl-package-deprecationmanager/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 4e6503d7a19f
children f17e1f86f546
line source
1 # SliTaz package receipt.
3 PACKAGE="perl-package-deprecationmanager"
4 VERSION="0.17"
5 CATEGORY="perl"
6 SHORT_DESC="Package::DeprecationManager - Manage deprecation warnings for your \
7 distribution"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://metacpan.org/release/Package-DeprecationManager"
11 REPOLOGY="perl:package-deprecationmanager"
13 TARBALL="Package-DeprecationManager-$VERSION.tar.gz"
14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
16 BUILD_DEPENDS="perl-package-stash perl-params-util perl-sub-install \
17 perl-sub-name perl-test-fatal perl-test-warnings"
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-package-stash perl-params-util perl-sub-install perl-sub-name"
30 }