perl-LWP-Protocol-https: require rdeps as bdeps to build prereqs.

This commit is contained in:
Juan RP 2014-07-08 11:29:41 +02:00
parent 71ff5bbd8a
commit 5c6de700b6

View file

@ -1,12 +1,12 @@
# Template build file for 'perl-LWP-Protocol-https'. # Template build file for 'perl-LWP-Protocol-https'.
pkgname=perl-LWP-Protocol-https pkgname=perl-LWP-Protocol-https
version=6.04 version=6.04
revision=1 revision=2
wrksrc="${pkgname/perl-/}-${version}" wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module build_style=perl-module
hostmakedepends="perl>=5.18" hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}" makedepends="${hostmakedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP"
depends="${makedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP" 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"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"