SwordArMor-gentoo-overlay/dev-perl/Sort-Key-OID/Sort-Key-OID-0.05.ebuild
Alarig Le Lay efc3a4524c
dev-perl/Sort-Key-OID: Adding dependency to dev-perl/Sort-Key
Package-Manager: Portage-2.3.99, Repoman-2.3.23
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2020-07-29 17:22:55 +02:00

17 lines
427 B
Bash

# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="Module extending the Sort::Key modules family to sort OID values."
SRC_URI="mirror://cpan/authors/id/S/SA/SALVA/${P}.tar.gz"
HOMEPAGE="https://metacpan.org/pod/Sort::Key::OID"
LICENSE="|| ( Artistic GPL-1+ )" # same as perl
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-perl/Sort-Key"