summaryrefslogtreecommitdiff
path: root/math/p5-Spreadsheet-Read/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-02-01 16:53:27 +0000
committerseb <seb@pkgsrc.org>2009-02-01 16:53:27 +0000
commit2a6e9ec587c9f32d0eef098efd8fdcf012bc1e02 (patch)
treee97d4997eeeb2f1ad30f3f1c4583111a0e374def /math/p5-Spreadsheet-Read/Makefile
parentcc0527400d75a9447c7c5f97048cf4a9df928d05 (diff)
downloadpkgsrc-2a6e9ec587c9f32d0eef098efd8fdcf012bc1e02.tar.gz
Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSD
Packages Collection. The Perl 5 module Spreadsheet::Read tries to transparently read *any* spreadsheet and return its content in a universal manner independent of the parsing module that does the actual spreadsheet scanning.
Diffstat (limited to 'math/p5-Spreadsheet-Read/Makefile')
-rw-r--r--math/p5-Spreadsheet-Read/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/math/p5-Spreadsheet-Read/Makefile b/math/p5-Spreadsheet-Read/Makefile
new file mode 100644
index 00000000000..7fda30022fc
--- /dev/null
+++ b/math/p5-Spreadsheet-Read/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 16:53:27 seb Exp $
+#
+
+DISTNAME= Spreadsheet-Read-0.34
+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
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+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-Spreadsheet-ParseExcel>=0.26:../../math/p5-Spreadsheet-ParseExcel
+DEPENDS+= p5-Spreadsheet-ReadSXC>=0.20:../../math/p5-Spreadsheet-ReadSXC
+DEPENDS+= p5-Text-CSV_XS>=0.23:../../textproc/p5-Text-CSV_XS
+DEPENDS+= p5-Spreadsheet-XLSX-[0-9]*:../../math/p5-Spreadsheet-XLSX
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"