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

21 lines
566 B
Bash

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="This module is a framework for writing Net-SNMP extensions using
the pass or pass_persist mechanisms."
SRC_URI="https://cpan.metacpan.org/authors/id/S/SA/SAPER/${P}.tar.gz"
HOMEPAGE="https://metacpan.org/pod/SNMP::Extension::PassPersist"
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
dev-perl/Sort-Key-OID"