diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:17:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 00:17:44 +0000 |
commit | 5c19853b758b66d8db85e830687f66ce3f84a872 (patch) | |
tree | bce841fee60795f447433e62ffecd982ad333ec7 /dev-perl/Text-CSV-Simple | |
parent | Adding perl dep; fixed DEPEND (diff) | |
download | gentoo-2-5c19853b758b66d8db85e830687f66ce3f84a872.tar.gz gentoo-2-5c19853b758b66d8db85e830687f66ce3f84a872.tar.bz2 gentoo-2-5c19853b758b66d8db85e830687f66ce3f84a872.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/Text-CSV-Simple')
-rw-r--r-- | dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild index f00fafb0db5a..1af709c8263b 100644 --- a/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild +++ b/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild @@ -1,18 +1,20 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild,v 1.1 2006/05/23 07:08:20 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV-Simple/Text-CSV-Simple-1.00.ebuild,v 1.2 2006/08/06 00:17:44 mcummings Exp $ inherit perl-module DESCRIPTION="Text::CSV::Simple - Simpler parsing of CSV files" SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz" HOMEPAGE="http://search.cpan.org/~tmtm/${P}/" -RDEPEND="dev-perl/Text-CSV_XS - dev-perl/Class-Trigger - dev-perl/File-Slurp" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" SRC_TEST="do" +DEPEND="dev-perl/Text-CSV_XS + dev-perl/Class-Trigger + dev-perl/File-Slurp + dev-lang/perl" +RDEPEND="${DEPEND}" |