wok-next annotate perl-pod-coverage/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
rev   line source
al@21020 1 # SliTaz package receipt v2.
al@19770 2
al@19770 3 PACKAGE="perl-pod-coverage"
al@19770 4 VERSION="0.23"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Pod::Coverage - Checks if the documentation of a module is \
al@19770 7 comprehensive"
al@19770 8 MAINTAINER="al.bobylev@gmail.com"
al@19770 9 LICENSE="GPL"
al@19770 10 WEB_SITE="https://metacpan.org/release/Pod-Coverage"
al@20884 11 REPOLOGY="perl:pod-coverage"
al@19770 12
al@19770 13 TARBALL="Pod-Coverage-$VERSION.tar.gz"
al@19770 14 WGET_URL="https://cpan.metacpan.org/authors/id/R/RC/RCLAMP/$TARBALL"
al@19770 15
al@21020 16 BUILD_DEPENDS="perl-devel-symdump"
al@19770 17
al@21020 18 compile_rules() {
al@19770 19 perl Makefile.PL &&
al@21020 20 make &&
al@21020 21 make DESTDIR=$install install &&
al@19770 22
al@19770 23 chmod -R u+w $install
al@19770 24 }
al@19770 25
al@21020 26 genpkg_rules() {
al@19770 27 copy @std
al@21020 28 DEPENDS="perl-devel-symdump"
al@19770 29 }