04750f14bb
* Optional features required versions now builtin * Updated copyright to 2014 * Prefer Data::Peek over Data::Dumper * Support (and prefer) Spreadsheet::ParseXLSX for .xlsx * Store CSV parse error - if any - in $ss->[0]{error} * Link xlsgrep during install * Added xlsgrep to examples * Allow -C B,D for xlscat * More prominent reference to xlscat in docs * /dev/null cannot be used for tests on Windows * Improve documentation consistency (RT#80409) * Updated copyright to 2013 * Force old(er) tar format (ustar) - assumes GNU tar on release box * Fix yml/json optional_features * Install utilities from example by default * Several minor changes (for maint) * Note that empty sheets are skipped when clip is true (RT#75277) * Allow undef as valid value for the options (Max Maischein) * Don't generate warnings when stripping whitespace and only generating one of cells or rc. (Max Maschein) * Fix test warning under perl-5.17.x * Updated copyright to 2012 * Support passing attributes to the underlying parser * Do not strip fields in sheets with no cells at all (RT#74976)
34 lines
1.2 KiB
Makefile
34 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.16 2014/07/16 00:30:14 schmonz Exp $
|
|
#
|
|
|
|
DISTNAME= Spreadsheet-Read-0.54
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-Read/
|
|
COMMENT= Perl 5 module to read the data from a spreadsheet
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Spreadsheet/Read/.packlist
|
|
MAKE_ENV+= AUTOMATED_TESTING=1
|
|
|
|
# This is useless but placate check-interpreter.mk
|
|
REPLACE_PERL+= Read.pm
|
|
|
|
DEPENDS+= {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
|
|
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
DEPENDS+= p5-Spreadsheet-ParseExcel>=0.57:../../math/p5-Spreadsheet-ParseExcel
|
|
DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
|
|
DEPENDS+= p5-Spreadsheet-XLSX>=0.12:../../math/p5-Spreadsheet-XLSX
|
|
DEPENDS+= p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS
|
|
DEPENDS+= p5-Text-CSV>=1.17:../../textproc/p5-Text-CSV
|
|
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
BUILD_DEPENDS+= {perl>=5.11.1,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|