Files
gentoo/dev-perl/Crypt-OpenSSL-EC/Crypt-OpenSSL-EC-1.340.0.ebuild
Andreas K. Hüttel a5be34fc5a dev-perl/Crypt-OpenSSL-EC: add 1.340.0
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2026-03-15 12:42:28 +01:00

22 lines
380 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RADIATOR
DIST_VERSION=1.34
inherit perl-module
DESCRIPTION="Perl extension for OpenSSL EC (Elliptic Curves) library"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
>=dev-perl/Crypt-OpenSSL-Bignum-0.40.0
dev-libs/openssl:=
"
DEPEND="
dev-libs/openssl:=
"