| 1 |
# Copyright 1999-2009 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.48.ebuild,v 1.1 2009/01/23 10:04:42 tove Exp $
|
| 4 |
|
| 5 |
MODULE_AUTHOR=JMCNAMARA
|
| 6 |
inherit perl-module
|
| 7 |
|
| 8 |
DESCRIPTION="Get information from Excel file"
|
| 9 |
|
| 10 |
LICENSE="|| ( Artistic GPL-2 )"
|
| 11 |
SLOT="0"
|
| 12 |
KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
|
| 13 |
IUSE="test cjk unicode"
|
| 14 |
|
| 15 |
RDEPEND="dev-perl/OLE-StorageLite
|
| 16 |
dev-perl/IO-stringy
|
| 17 |
unicode? ( dev-perl/Unicode-Map )
|
| 18 |
cjk? ( dev-perl/Jcode )
|
| 19 |
dev-lang/perl"
|
| 20 |
DEPEND="virtual/perl-Module-Build
|
| 21 |
test? ( dev-perl/Test-Pod
|
| 22 |
dev-perl/Unicode-Map
|
| 23 |
dev-perl/Spreadsheet-WriteExcel
|
| 24 |
dev-perl/Jcode )
|
| 25 |
${RDEPEND}"
|
| 26 |
|
| 27 |
SRC_TEST="do"
|