| 1 |
# Copyright 1999-2007 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.28.ebuild,v 1.5 2007/07/10 23:33:28 mr_bones_ Exp $ |
| 4 |
|
| 5 |
inherit perl-module |
| 6 |
|
| 7 |
DESCRIPTION="Get information from Excel file" |
| 8 |
HOMEPAGE="http://search.cpan.org/~szabgab/" |
| 9 |
SRC_URI="mirror://cpan/authors/id/S/SZ/SZABGAB/${P}.tar.gz" |
| 10 |
|
| 11 |
LICENSE="Artistic" |
| 12 |
SLOT="0" |
| 13 |
KEYWORDS="amd64 ~ia64 sparc ~x86" |
| 14 |
IUSE="test unicode cjk" |
| 15 |
|
| 16 |
SRC_TEST="do" |
| 17 |
|
| 18 |
RDEPEND="dev-perl/OLE-StorageLite |
| 19 |
dev-perl/IO-stringy |
| 20 |
unicode? ( dev-perl/Unicode-Map ) |
| 21 |
cjk? ( dev-perl/Jcode ) |
| 22 |
dev-lang/perl" |
| 23 |
DEPEND="dev-perl/module-build |
| 24 |
test? ( dev-perl/Test-Pod |
| 25 |
dev-perl/Unicode-Map |
| 26 |
dev-perl/Spreadsheet-WriteExcel |
| 27 |
dev-perl/Jcode ) |
| 28 |
${RDEPEND}" |