summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild')
-rw-r--r--dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild b/dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild
index eb4752587a53..81bcc3612267 100644
--- a/dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild
+++ b/dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild
@@ -1,17 +1,17 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild,v 1.20 2010/01/10 19:15:55 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Telnet/Net-Telnet-3.03-r1.ebuild,v 1.21 2010/02/05 20:50:58 tove Exp $
+EAPI=2
+
+MODULE_AUTHOR=JROGERS
inherit perl-module
DESCRIPTION="A Telnet Perl Module"
-HOMEPAGE="http://search.cpan.org/~jrogers/"
-SRC_URI="mirror://cpan/authors/id/J/JR/JROGERS/${P}.tar.gz"
-LICENSE="Artistic"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
-DEPEND=">=virtual/perl-libnet-1.0703
- dev-lang/perl"
+RDEPEND=">=virtual/perl-libnet-1.0703"
+DEPEND="${RDEPEND}"