22 lines
410 B
Bash
22 lines
410 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI=4
|
|
|
|
MODULE_AUTHOR=OLIVER
|
|
MODULE_VERSION=2.06
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Object Oriented Perl5 Interface to Network devices and MIBs through SNMP"
|
|
|
|
LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
RDEPEND=""
|
|
DEPEND="${RDEPEND}"
|
|
|
|
SRC_TEST="do"
|