3f7c7e47b8
0.81 - 25 Aug 2019, H.Merijn Brand * It's 2019 * Allow -c + --sep in xlscat * Add --sep= to xls2csv for -A * Add xlsx2csv to distribution (xlsx2csv has -A) * Add -J s / --join str to xlsx2csv * Add cpanfile * Add explicit documentation about formatted vs unformatted * Improve ->new behavior * Auto-detect fallback for CSV now includes '|' for sep_char (PR#26) 0.80 - 31 Dec 2018, H.Merijn Brand * Raise Spreadsheet::ParseXLSX minimum version to 0.24 * Improve docs on attributes * Add attribute accessors
32 lines
1.1 KiB
Makefile
32 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.33 2020/09/07 11:55:56 wiz Exp $
|
|
|
|
DISTNAME= Spreadsheet-Read-0.81
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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+= 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
|
|
|
|
# TEST_DEPENDS
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|