blob: b8e5d18d7c4767834a84c0416ac7e2cf73c7432a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SNMP/Net-SNMP-4.1.2.ebuild,v 1.11 2006/07/04 13:45:06 ian Exp $
inherit perl-module
DESCRIPTION="A SNMP Perl Module"
SRC_URI="http://www.cpan.org/modules/by-module/Net/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="x86 amd64 ppc sparc alpha"
IUSE=""
DEPEND=">=virtual/perl-libnet-1.0703
virtual/perl-Digest-MD5
dev-perl/Digest-SHA1
dev-perl/Digest-HMAC
>=dev-perl/Crypt-DES-2.03"
RDEPEND="${DEPEND}"
|