gentoo/dev-perl/Net-OpenID-Common/Net-OpenID-Common-1.200.0-r1.ebuild
matoro 9477a05554
dev-perl/Net-OpenID-Common: keyword 1.200.0-r1 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-10-06 08:11:07 +02:00

30 lines
668 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=WROG
DIST_VERSION=1.20
inherit perl-module
DESCRIPTION="Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
RDEPEND="
>=dev-perl/Crypt-DH-GMP-0.0.110
virtual/perl-Encode
>=dev-perl/HTML-Parser-3.400.0
>=dev-perl/HTTP-Message-5.814.0
virtual/perl-MIME-Base64
virtual/perl-Math-BigInt
virtual/perl-Time-Local
dev-perl/XML-Simple
!<dev-perl/Net-OpenID-Consumer-1.30.99
"
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"