blob: 3370c874c0cba9ee6b13c50652400ff0a994c71f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=DJERIUS
DIST_VERSION=0.75
inherit perl-module
DESCRIPTION="Random Number Generators"
LICENSE="( || ( Artistic GPL-2 ) ) public-domain"
SLOT="0"
KEYWORDS="amd64 x86"
|