summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.70.0.ebuild')
-rw-r--r--dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.70.0.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.70.0.ebuild b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.70.0.ebuild
new file mode 100644
index 000000000000..86d456f0f845
--- /dev/null
+++ b/dev-perl/Crypt-Curve25519/Crypt-Curve25519-0.70.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KARASIK
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Shared secret elliptic-curve Diffie-Hellman generator"
+
+LICENSE="|| ( Artistic GPL-1+ ) BSD CC-PD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="virtual/perl-ExtUtils-MakeMaker"