Rebuild all perl modules for perl-5.18.
This commit is contained in:
parent
e82ff85cf9
commit
2099650eb6
34 changed files with 133 additions and 111 deletions
|
@ -2,8 +2,10 @@
|
|||
pkgname=perl-Crypt-OpenSSL-Bignum
|
||||
version=0.04
|
||||
wrksrc="Crypt-OpenSSL-Bignum-${version}"
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl>=5.18"
|
||||
makedepends="perl>=5.18 openssl-devel"
|
||||
short_desc="Crypt::OpenSSL::Bignum - OpenSSL multiprecision integer arithmetic"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://search.cpan.org/dist/Crypt-OpenSSL-Bignum"
|
||||
|
@ -18,11 +20,9 @@ long_desc="
|
|||
used to provide access to bignum values produced by other OpenSSL
|
||||
modules, such as key parameters from Crypt::OpenSSL::RSA."
|
||||
|
||||
makedepends="perl openssl-devel"
|
||||
|
||||
perl-Crypt-OpenSSL-Bignum_package() {
|
||||
depends="perl"
|
||||
depends="${hostmakedepends}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue