Initial import of p5-Spreadsheet-ParseExcel 0.2602
This module allows you to get information from Excel file. This module can handle files of Excel95, 97 and 2000. (and now supports Excel4)
This commit is contained in:
parent
79580225f5
commit
e53cf6aae9
4 changed files with 30 additions and 0 deletions
7
math/p5-Spreadsheet-ParseExcel/DESCR
Normal file
7
math/p5-Spreadsheet-ParseExcel/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
This module allows you to get information from Excel file.
|
||||
|
||||
This module can handle files of Excel95, 97 and 2000. (and now
|
||||
supports Excel4)
|
||||
|
||||
The module will work on the majority of Windows, UNIX and Macintosh
|
||||
platforms.
|
18
math/p5-Spreadsheet-ParseExcel/Makefile
Normal file
18
math/p5-Spreadsheet-ParseExcel/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/03/02 19:40:47 mjl Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Spreadsheet-ParseExcel-0.2602
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
COMMENT= Perl module to get information from an Excel file
|
||||
|
||||
DEPENDS+= p5-OLE-Storage_Lite>=0.08:../../devel/p5-OLE-Storage_Lite
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Spreadsheet/ParseExcel/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
math/p5-Spreadsheet-ParseExcel/PLIST
Normal file
1
math/p5-Spreadsheet-ParseExcel/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/02 19:40:46 mjl Exp $
|
4
math/p5-Spreadsheet-ParseExcel/distinfo
Normal file
4
math/p5-Spreadsheet-ParseExcel/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/03/02 19:40:46 mjl Exp $
|
||||
|
||||
SHA1 (Spreadsheet-ParseExcel-0.2602.tar.gz) = 6ebc0d39872c6e6127bfaef39a6ad57177208977
|
||||
Size (Spreadsheet-ParseExcel-0.2602.tar.gz) = 91945 bytes
|
Loading…
Reference in a new issue