2020-08-31 20:06:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.38 2020/08/31 18:10:17 wiz Exp $
|
2003-03-02 20:40:46 +01:00
|
|
|
#
|
|
|
|
|
2016-03-05 03:47:12 +01:00
|
|
|
DISTNAME= Spreadsheet-ParseExcel-0.65
|
2007-06-10 11:08:49 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}00
|
2020-08-31 20:06:29 +02:00
|
|
|
PKGREVISION= 5
|
2003-03-02 20:40:46 +01:00
|
|
|
CATEGORIES= math perl5
|
2009-08-20 19:42:17 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
|
2003-03-02 20:40:46 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-30 22:14:13 +02:00
|
|
|
HOMEPAGE= https://metacpan.org/release/Spreadsheet-ParseExcel
|
2003-03-02 20:40:46 +01:00
|
|
|
COMMENT= Perl module to get information from an Excel file
|
2009-08-20 19:42:17 +02:00
|
|
|
LICENSE= ${PERL5_LICENSE}
|
2003-03-02 20:40:46 +01:00
|
|
|
|
2011-08-17 00:32:57 +02:00
|
|
|
DEPENDS+= p5-Crypt-RC4-[0-9]*:../../security/p5-Crypt-RC4
|
|
|
|
DEPENDS+= p5-Digest-Perl-MD5-[0-9]*:../../security/p5-Digest-Perl-MD5
|
2010-01-25 00:37:24 +01:00
|
|
|
DEPENDS+= p5-OLE-Storage_Lite>=0.19:../../devel/p5-OLE-Storage_Lite
|
2009-01-13 00:25:49 +01:00
|
|
|
DEPENDS+= p5-IO-stringy>=0:../../devel/p5-IO-stringy
|
2003-03-02 20:40:46 +01:00
|
|
|
|
2008-02-07 22:09:30 +01:00
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
PERL5_PACKLIST= auto/Spreadsheet/ParseExcel/.packlist
|
2003-03-02 20:40:46 +01:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|