*/*: Discontinue Gentoo SuperH port
[gentoo.git] / dev-perl / Math-Round / Math-Round-0.70.0.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=GROMMEL
7 DIST_VERSION=0.07
8 inherit perl-module
9
10 DESCRIPTION="Perl extension for rounding numbers"
11
12 SLOT="0"
13 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
14 IUSE=""
15 RDEPEND=""
16 DEPEND="${RDEPEND}
17         virtual/perl-ExtUtils-MakeMaker
18 "