mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
28 lines
623 B
Bash
28 lines
623 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
MODULE_AUTHOR=PERLER
|
|
MODULE_VERSION=0.28
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Crypt::OpenSSL::RSA module for perl"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
|
|
|
RDEPEND="dev-perl/Crypt-OpenSSL-Bignum
|
|
dev-perl/Crypt-OpenSSL-Random
|
|
dev-libs/openssl:0=
|
|
"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/${P}-openssl-1.1.0.patch"
|
|
)
|
|
|
|
SRC_TEST="do"
|
|
|
|
mydoc="rfc*.txt"
|