perl-Params-Classify: add optional checkdepends.

Closes #9450.
This commit is contained in:
maxice8 2017-11-22 13:08:18 -02:00 committed by Enno Boland
parent 91d36beccd
commit 7fb3086e8f

View file

@ -6,6 +6,7 @@ wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-ModuleBuild
hostmakedepends="perl perl-Module-Build"
makedepends="${hostmakedepends}"
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
depends="perl"
short_desc="Argument type classification"
maintainer="John Regan <john@jrjrtech.com>"