perl-LWP-Protocol-https: add missing checkdepend.

Closes #9428.
This commit is contained in:
maxice8 2017-11-21 21:07:39 -02:00 committed by Enno Boland
parent 505af9c513
commit 85d2aa1593

View file

@ -6,6 +6,7 @@ wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl" hostmakedepends="perl"
makedepends="${hostmakedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP" makedepends="${hostmakedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP"
checkdepends="perl-Test-RequiresInternet"
depends="${makedepends}" depends="${makedepends}"
noarch="yes" noarch="yes"
short_desc="LWP::Protocol::https - Provide https support for LWP::UserAgent" short_desc="LWP::Protocol::https - Provide https support for LWP::UserAgent"