pkgsrc/math/p5-Spreadsheet-WriteExcel/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

22 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.30 2015/06/12 10:50:31 wiz Exp $
#
DISTNAME= Spreadsheet-WriteExcel-2.37
PKGNAME= p5-${DISTNAME}
PKGREVISION= 6
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Spreadsheet/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Spreadsheet-WriteExcel/
COMMENT= Create Excel data files
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-OLE-Storage_Lite>=0.19:../../devel/p5-OLE-Storage_Lite
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Spreadsheet/WriteExcel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"