dev-perl/Math-ModInt - 0.13.0 (gentoo)

Search

Install

Install this version:

emerge -a =dev-perl/Math-ModInt-0.13.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-perl/Math-ModInt-0.13.0

Or alternatively:

emerge --autounmask-write -a =dev-perl/Math-ModInt-0.13.0

Package Information

Description:
modular integer arithmetic
License:
Artistic-2

Ebuild Details

Version EAPI Keywords Slot
0.13.0 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=MHASCH
DIST_VERSION=0.013

inherit perl-module

DESCRIPTION="modular integer arithmetic"

SLOT="0"
KEYWORDS="~amd64"
IUSE="minimal"
LICENSE="Artistic-2"

PERL_RM_FILES=(
	"t/90_pod.t"
	"t/91_pod_cover_cp.t"
	"t/92_consistency.t"
	"t/93_examples.t"
	"t/95_versions.t"
	"t/99_signature.t"
)

RDEPEND="
	>=virtual/perl-Math-BigInt-1.991.0
	!minimal? (
		dev-perl/Math-BigInt-GMP
	)
"
BDEPEND="${RDEPEND}
	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
"

USE Flags

Manage flags for this package: euse -i <flag> -p dev-perl/Math-ModInt | euse -E <flag> -p dev-perl/Math-ModInt | euse -D <flag> -p dev-perl/Math-ModInt

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=virtual/perl-Math-BigInt-1.991.0
	!minimal? (
		dev-perl/Math-BigInt-GMP
	)

BDEPEND

	>=virtual/perl-Math-BigInt-1.991.0
	!minimal? (
		dev-perl/Math-BigInt-GMP
	)

	>=virtual/perl-ExtUtils-MakeMaker-6.640.0