d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
28 lines
930 B
Makefile
28 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:22 wiz Exp $
|
|
|
|
DISTNAME= Excel-Template-0.33
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
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"
|