perl-IO-Socket-SSL: Fix tests.

Closes #9413.
This commit is contained in:
maxice8 2017-11-21 10:21:51 -02:00 committed by Enno Boland
parent 6148d7ce04
commit 36f897c983
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="${makedepends} perl-Net-SSLeay perl-URI"
makedepends="${hostmakedepends} perl-Net-SSLeay perl-URI"
checkdepends="perl-IO-Socket-INET6"
depends="${makedepends}"
noarch=yes
short_desc="IO::Socket::SSL -- SSL sockets with IO::Socket interface"
maintainer="Leah Neukirchen <leah@vuxu.org>"