pkgsrc/math/p5-Spreadsheet-XLSX/Makefile
2023-07-06 09:38:07 +00:00

23 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.22 2023/07/06 09:40:56 wiz Exp $
#
DISTNAME= Spreadsheet-XLSX-0.15
PKGNAME= p5-${DISTNAME}
PKGREVISION= 8
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Spreadsheet-XLSX
COMMENT= Perl 5 module to read MS Excel 2007 files
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip
DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:S/p5-//}
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Spreadsheet/XLSX/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"