*/*: Discontinue Gentoo SuperH port
[gentoo.git] / dev-perl / Mozilla-CA / Mozilla-CA-20999999.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 inherit perl-module
7 SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
8
9 DESCRIPTION="Mozilla's CA cert bundle in PEM format (Gentoo stub)"
10
11 LICENSE="MPL-2.0"
12 SLOT="0"
13 KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
14 IUSE=""
15
16 RDEPEND="app-misc/ca-certificates"
17 DEPEND="${RDEPEND}
18         virtual/perl-ExtUtils-MakeMaker
19 "