perl-Net-SSLeay: update to 1.65 and switch to libressl.
This commit is contained in:
parent
31b74e6f75
commit
824068072f
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'perl-Net-SSLeay'.
|
||||
pkgname=perl-Net-SSLeay
|
||||
version=1.63
|
||||
version=1.65
|
||||
revision=1
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18 openssl"
|
||||
makedepends="${hostmakedepends} openssl-devel"
|
||||
depends="${hostmakedepends}"
|
||||
hostmakedepends="perl>=5.18 libressl-openssl"
|
||||
makedepends="perl>=5.18 zlib-devel libressl-devel"
|
||||
depends="perl>=5.18"
|
||||
short_desc="Net::SSLeay - Perl extension for using OpenSSL"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
homepage="http://search.cpan.org/dist/Net-SSLeay/"
|
||||
license="BSD"
|
||||
distfiles="${CPAN_SITE}/Net/${pkgname/perl-/}-$version.tar.gz"
|
||||
checksum=8d127c37264bfd76bcd1e2a5dc745b9459c315380eda64c606cda2f4e2bc1b9d
|
||||
checksum=2fb1371120b85f018944d95736c107163f04ba56b6029c0709a2c3d6247b9c06
|
||||
|
|
Loading…
Reference in a new issue