wok-next annotate perl-test-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
pascal@11947 1 # SliTaz package receipt.
pascal@11947 2
pascal@11947 3 PACKAGE="perl-test-pod-coverage"
al@19770 4 VERSION="1.10"
al@19770 5 CATEGORY="perl"
al@19770 6 SHORT_DESC="Test::Pod::Coverage - Check for pod coverage in your distribution"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@14702 8 LICENSE="GPL"
al@19770 9 WEB_SITE="https://metacpan.org/release/Test-Pod-Coverage"
al@20884 10 REPOLOGY="perl:test-pod-coverage"
al@19770 11
al@19770 12 TARBALL="Test-Pod-Coverage-$VERSION.tar.gz"
al@19770 13 WGET_URL="https://cpan.metacpan.org/authors/id/N/NE/NEILB/$TARBALL"
al@19770 14
al@21020 15 BUILD_DEPENDS="perl-pod-coverage"
pascal@11947 16
al@21020 17 compile_rules() {
pascal@11947 18 perl Makefile.PL &&
al@21020 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@11947 21 }
pascal@11947 22
al@21020 23 genpkg_rules() {
al@19770 24 copy @std
al@21020 25 DEPENDS="perl-pod-coverage"
pascal@11947 26 }