| 1 |
# Copyright 1999-2012 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.590.0.ebuild,v 1.12 2012/09/01 11:52:37 grobian Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
MODULE_AUTHOR=JMCNAMARA
|
| 8 |
MODULE_VERSION=0.59
|
| 9 |
inherit perl-module
|
| 10 |
|
| 11 |
DESCRIPTION="Get information from Excel file"
|
| 12 |
|
| 13 |
SLOT="0"
|
| 14 |
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
| 15 |
IUSE="test cjk unicode"
|
| 16 |
|
| 17 |
# Digest::Perl::MD5 cannot be replaced by Digest::MD5, as this module actually
|
| 18 |
# interacts with the internal state of Digest::Perl::MD5.
|
| 19 |
RDEPEND=">=dev-perl/OLE-StorageLite-0.19
|
| 20 |
dev-perl/IO-stringy
|
| 21 |
dev-perl/Text-CSV_XS
|
| 22 |
dev-perl/Crypt-RC4
|
| 23 |
dev-perl/Digest-Perl-MD5
|
| 24 |
unicode? ( dev-perl/Unicode-Map )
|
| 25 |
cjk? ( dev-perl/Jcode )"
|
| 26 |
DEPEND="
|
| 27 |
test? ( dev-perl/Test-Pod
|
| 28 |
dev-perl/Unicode-Map
|
| 29 |
dev-perl/Spreadsheet-WriteExcel
|
| 30 |
dev-perl/Jcode )
|
| 31 |
${RDEPEND}"
|
| 32 |
|
| 33 |
SRC_TEST="do"
|