wok-next annotate perl-module-implementation/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents 1a86cb99cbbf
children d5aab818505e
rev   line source
nneul@18450 1 # SliTaz package receipt.
nneul@18450 2
nneul@18450 3 PACKAGE="perl-module-implementation"
nneul@18450 4 VERSION="0.09"
al@19709 5 CATEGORY="perl"
al@19709 6 SHORT_DESC="Module::Implementation - Loads one of several alternate underlying \
al@19709 7 implementations for a module"
nneul@18450 8 MAINTAINER="nneul@neulinger.org"
nneul@18450 9 LICENSE="GPL"
al@19709 10 WEB_SITE="https://metacpan.org/release/Module-Implementation"
al@20884 11 REPOLOGY="perl:module-implementation"
nneul@18450 12
al@19709 13 TARBALL="Module-Implementation-$VERSION.tar.gz"
al@19709 14 WGET_URL="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
al@19709 15
al@19709 16 DEPENDS="perl-module-runtime perl-try-tiny"
al@19709 17 BUILD_DEPENDS="$DEPENDS perl-test-fatal perl-test-requires"
nneul@18450 18
nneul@18450 19 # Rules to configure and make the package.
nneul@18450 20 compile_rules()
nneul@18450 21 {
nneul@18450 22 perl Makefile.PL &&
al@19709 23 make && make DESTDIR=$install install &&
al@19709 24
al@19709 25 chmod -R u+w $install
nneul@18450 26 }
nneul@18450 27
nneul@18450 28 # Rules to gen a SliTaz package suitable for Tazpkg.
nneul@18450 29 genpkg_rules()
nneul@18450 30 {
al@19709 31 copy @std
nneul@18450 32 }