pkgsrc/math/p5-Excel-Template-Plus/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

29 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:53 wiz Exp $
DISTNAME= Excel-Template-Plus-0.05
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Excel/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Excel-Template-Plus/
COMMENT= Extension to the Excel::Template module
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Excel-Template-[0-9]*:../../math/p5-Excel-Template
DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String
DEPENDS+= p5-Moose>=0.18:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Param>=0.01:../../devel/p5-MooseX-Param
DEPENDS+= p5-Spreadsheet-ParseExcel-[0-9]*:../../math/p5-Spreadsheet-ParseExcel
DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit
DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Excel/Template/Plus/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"