16 lines
607 B
Bash
16 lines
607 B
Bash
# Template build file for 'perl-Test-Pod-Coverage'.
|
|
pkgname=perl-Test-Pod-Coverage
|
|
version=1.10
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl perl-Pod-Coverage"
|
|
depends="${hostmakedepends}"
|
|
noarch=yes
|
|
short_desc='Test::Pod::Coverage - Check for pod coverage in your distribution'
|
|
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
|
homepage="https://metacpan.org/pod/Test::Pod::Coverage"
|
|
license="GPL-1, Artistic"
|
|
distfiles="$CPAN_SITE/Test/Test-Pod-Coverage-${version}.tar.gz"
|
|
checksum=48c9cca9f7d99eee741176445b431adf09c029e1aa57c4703c9f46f7601d40d4
|