SwordArMor-gentoo-overlay/dev-perl/SNMP-Extension-PassPersist/SNMP-Extension-PassPersist-...

21 lines
551 B
Bash
Raw Normal View History

# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
2020-02-19 20:00:53 +01:00
DESCRIPTION="Framework to write Net-SNMP extensions using pass or pass_persist mechanisms."
SRC_URI="mirror://cpan/authors/id/S/SA/SAPER/${P}.tar.gz"
HOMEPAGE="https://metacpan.org/pod/SNMP::Extension::PassPersist"
2019-10-09 19:57:27 +02:00
LICENSE="|| ( Artistic GPL-1+ )" # same as perl
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-perl/Module-Build
dev-perl/Class-Accessor
dev-perl/IO-String
2019-10-09 20:14:42 +02:00
dev-perl/Sort-Key-OID
dev-perl/List-MoreUtils"