2016-03-07 19:13:31 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
2012-02-06 16:39:49 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-08-23 09:07:33 +04:00
|
|
|
EAPI=5
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
MODULE_AUTHOR=VIPUL
|
|
|
|
MODULE_VERSION=0.50
|
|
|
|
inherit perl-module
|
|
|
|
|
2014-08-06 17:12:35 +04:00
|
|
|
DESCRIPTION="Provable Prime Number Generator suitable for Cryptographic Applications"
|
2012-02-06 16:39:49 +04:00
|
|
|
|
|
|
|
SLOT="0"
|
2018-03-30 19:29:27 +03:00
|
|
|
KEYWORDS="alpha amd64 hppa sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
2012-02-06 16:39:49 +04:00
|
|
|
IUSE=""
|
|
|
|
|
2016-04-08 11:18:52 +03:00
|
|
|
RDEPEND="dev-perl/Math-Pari
|
2016-03-07 19:13:31 +03:00
|
|
|
dev-perl/Crypt-Random"
|
2012-02-06 16:39:49 +04:00
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
SRC_TEST="do"
|