summaryrefslogtreecommitdiff
blob: 5b5e2e9cc9279bf8dde338a187efc4275f16d29b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=MITHALDU
DIST_VERSION=0.07
inherit perl-module

DESCRIPTION="Diffie-Hellman key exchange system"

SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"

RDEPEND="
	dev-libs/gmp:0
	>=dev-perl/Math-BigInt-GMP-1.240.0
	>=virtual/perl-Math-BigInt-1.600.0
	dev-perl/Crypt-Random
"
DEPEND="dev-libs/gmp:0"
BDEPEND="${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"
PATCHES=(
	"${FILESDIR}/${PN}-0.07-no-dot-inc.patch"
)