2022-07-06 20:47:25 +02:00
|
|
|
# Copyright 2020-2022 Gentoo Authors
|
2019-01-18 14:55:55 +01:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2022-07-06 20:47:25 +02:00
|
|
|
EAPI=8
|
2019-01-18 14:55:55 +01:00
|
|
|
|
|
|
|
inherit perl-module
|
|
|
|
|
2020-02-19 20:00:53 +01:00
|
|
|
DESCRIPTION="Module extending the Sort::Key modules family to sort OID values."
|
|
|
|
SRC_URI="mirror://cpan/authors/id/S/SA/SALVA/${P}.tar.gz"
|
2019-01-18 14:55:55 +01:00
|
|
|
HOMEPAGE="https://metacpan.org/pod/Sort::Key::OID"
|
|
|
|
|
2019-10-09 19:57:27 +02:00
|
|
|
LICENSE="|| ( Artistic GPL-1+ )" # same as perl
|
2019-01-18 14:55:55 +01:00
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
2020-07-29 17:22:55 +02:00
|
|
|
|
|
|
|
DEPEND="dev-perl/Sort-Key"
|