diff options
Diffstat (limited to 'math/p5-Spreadsheet-XLSX/Makefile')
-rw-r--r-- | math/p5-Spreadsheet-XLSX/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/math/p5-Spreadsheet-XLSX/Makefile b/math/p5-Spreadsheet-XLSX/Makefile new file mode 100644 index 00000000000..f969705d22f --- /dev/null +++ b/math/p5-Spreadsheet-XLSX/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/01 15:25:02 seb Exp $ +# + +DISTNAME= Spreadsheet-XLSX-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-XLSX/ +COMMENT= Perl 5 module to read MS Excel 2007 files + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist + +DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip +DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |