| 1 |
tove |
1.6 |
# Copyright 1999-2008 Gentoo Foundation
|
| 2 |
ian |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
tove |
1.8 |
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spreadsheet-ParseExcel/Spreadsheet-ParseExcel-0.32.ebuild,v 1.7 2008/11/18 15:30:32 tove Exp $
|
| 4 |
ian |
1.1 |
|
| 5 |
tove |
1.6 |
MODULE_AUTHOR=SZABGAB
|
| 6 |
ian |
1.1 |
inherit perl-module
|
| 7 |
|
|
|
| 8 |
|
|
DESCRIPTION="Get information from Excel file"
|
| 9 |
|
|
|
| 10 |
|
|
LICENSE="Artistic"
|
| 11 |
|
|
SLOT="0"
|
| 12 |
drac |
1.5 |
KEYWORDS="amd64 ia64 sparc x86"
|
| 13 |
mcummings |
1.3 |
IUSE="test cjk unicode"
|
| 14 |
ian |
1.1 |
SRC_TEST="do"
|
| 15 |
|
|
|
| 16 |
|
|
RDEPEND="dev-perl/OLE-StorageLite
|
| 17 |
|
|
dev-perl/IO-stringy
|
| 18 |
mcummings |
1.3 |
unicode? ( dev-perl/Unicode-Map )
|
| 19 |
|
|
cjk? ( dev-perl/Jcode )
|
| 20 |
ian |
1.1 |
dev-lang/perl"
|
| 21 |
tove |
1.7 |
DEPEND="virtual/perl-Module-Build
|
| 22 |
ian |
1.1 |
test? ( dev-perl/Test-Pod
|
| 23 |
|
|
dev-perl/Unicode-Map
|
| 24 |
|
|
dev-perl/Spreadsheet-WriteExcel
|
| 25 |
|
|
dev-perl/Jcode )
|
| 26 |
|
|
${RDEPEND}"
|