diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:43:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 04:43:34 +0000 |
commit | d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8 (patch) | |
tree | 6164f04315f796aa1dd9e15f53739d7784f9dc8d /dev-perl/SNMP_Session | |
parent | mirror:// fixes (diff) | |
download | historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.gz historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.tar.bz2 historical-d1295ae2dbb8fa26b4fb3e22532e1452b4e467c8.zip |
repoman'd
Diffstat (limited to 'dev-perl/SNMP_Session')
-rw-r--r-- | dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild index 25f764a267ae..289253626f72 100644 --- a/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild +++ b/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.4 2002/07/25 04:13:27 seemant Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SNMP_Session/SNMP_Session-0.92.ebuild,v 1.5 2002/07/25 04:43:34 seemant Exp $ inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="A SNMP Perl Module" SRC_URI="ftp://ftp.switch.ch/software/sources/network/snmp/perl/${P}.tar.gz" -SLOT="0" HOMEPAGE="http://www.switch.ch/misc/leinen/snmp/perl/" + +SLOT="0" +LICENSE="Artistic" +KEYWORDS="x86" + mydoc="README.SNMP_util" src_install() { |