blob: b613042332cabef1a9e95454be1d9577fdda7fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-SNMP/Net-SNMP-5.2.0.ebuild,v 1.3 2005/12/30 11:55:01 mcummings Exp $
inherit perl-module
DESCRIPTION="A SNMP Perl Module"
SRC_URI="mirror://cpan/authors/id/D/DT/DTOWN/${P}.tar.gz"
HOMEPAGE="http://www.cpan.org/modules/by-module/Net/${P}.readme"
SLOT="0"
LICENSE="Artistic"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
DEPEND="${DEPEND}
>=perl-core/libnet-1.0703
>=perl-core/Digest-MD5-2.11
>=dev-perl/Digest-SHA1-1.02
>=dev-perl/Digest-HMAC-1.0
>=dev-perl/Crypt-DES-2.03"
|