diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-04 20:38:18 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2016-03-05 21:31:16 +1300 |
commit | 0541c7a4504ae30fa909f731e89c3d0457c79200 (patch) | |
tree | faa9d250ebd45881f1425b165a5a6e66cba39cdd /dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | |
parent | dev-perl/Crypt-Primes: Copy from crypt-primes (diff) | |
download | gentoo-0541c7a4504ae30fa909f731e89c3d0457c79200.tar.gz gentoo-0541c7a4504ae30fa909f731e89c3d0457c79200.tar.bz2 gentoo-0541c7a4504ae30fa909f731e89c3d0457c79200.zip |
dev-perl/Crypt-Random: Copy from crypt-random
Bulk Crypt- migration
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild')
-rw-r--r-- | dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild new file mode 100644 index 000000000000..1fd9b46677fb --- /dev/null +++ b/dev-perl/Crypt-Random/Crypt-Random-1.250.0-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +MODULE_AUTHOR=VIPUL +MODULE_VERSION=1.25 +inherit perl-module + +DESCRIPTION="Cryptographically Secure, True Random Number Generator" + +SLOT="0" +KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="" + +RDEPEND=">=dev-perl/math-pari-2.010603 + dev-perl/class-loader" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |