# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit perl-module DESCRIPTION="Perl module for writing Microsoft Excel files" SRC_URI="ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-${PV}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" DEPEND="dev-perl/Parse-RecDescent dev-perl/File-Temp" src_compile() { perl-module_src_compile perl-module_src_test || die "test failed" }