Fixup fromcvs/togit conversion
[pkgsrcv2.git] / math / p5-Spreadsheet-Read / Makefile
1 # $NetBSD: Makefile,v 1.10 2011/11/17 07:57:24 hiramatsu Exp $
2 #
3
4 DISTNAME=       Spreadsheet-Read-0.45
5 PKGNAME=        p5-${DISTNAME}
6 CATEGORIES=     math perl5
7 MASTER_SITES=   ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
8 EXTRACT_SUFX=   .tgz
9
10 MAINTAINER=     pkgsrc-users@NetBSD.org
11 HOMEPAGE=       http://search.cpan.org/dist/Spreadsheet-Read/
12 COMMENT=        Perl 5 module to read the data from a spreadsheet
13 LICENSE=        ${PERL5_LICENSE}
14
15 USE_LANGUAGES=          # empty
16 PERL5_PACKLIST=         auto/Spreadsheet/Read/.packlist
17 MAKE_ENV+=              AUTOMATED_TESTING=1
18
19 # This is useless but placate check-interpreter.mk
20 REPLACE_PERL+=  Read.pm
21
22 DEPENDS+=       {perl>=5.10.1,p5-File-Temp>=0.22}:../../devel/p5-File-Temp
23 DEPENDS+=       p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
24 DEPENDS+=       p5-Spreadsheet-ParseExcel>=0.57:../../math/p5-Spreadsheet-ParseExcel
25 DEPENDS+=       p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
26 DEPENDS+=       p5-Spreadsheet-XLSX>=0.12:../../math/p5-Spreadsheet-XLSX
27 DEPENDS+=       p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS
28 DEPENDS+=       p5-Text-CSV>=1.17:../../textproc/p5-Text-CSV
29
30 BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
31 BUILD_DEPENDS+= p5-Test-Simple>=0.94:../../devel/p5-Test-Simple
32
33 .include "../../lang/perl5/module.mk"
34 .include "../../mk/bsd.pkg.mk"