7eeb51b534
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.
28 lines
930 B
Makefile
28 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.9 2014/05/29 23:36:53 wiz Exp $
|
|
|
|
DISTNAME= Excel-Template-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 3
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Excel/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Excel-Template/
|
|
COMMENT= Perl module for templating Excel files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy
|
|
DEPENDS+= p5-Spreadsheet-WriteExcel>=0.42:../../math/p5-Spreadsheet-WriteExcel
|
|
DEPENDS+= p5-XML-Parser>=0.01:../../textproc/p5-XML-Parser
|
|
|
|
BUILD_DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception
|
|
|
|
PERL5_PACKLIST= auto/Excel/Template/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
post-extract:
|
|
${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|