perl-Crypt-OpenSSL-Bignum: switch to libressl.
This commit is contained in:
parent
723b9c5b67
commit
d0ca8d3803
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'perl-Crypt-OpenSSL-Bignum'.
|
||||
pkgname=perl-Crypt-OpenSSL-Bignum
|
||||
version=0.04
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="perl>=5.18 openssl-devel"
|
||||
makedepends="perl>=5.18 libressl-devel"
|
||||
depends="${hostmakedepends}"
|
||||
short_desc="Crypt::OpenSSL::Bignum - OpenSSL multiprecision integer arithmetic"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue