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.
20 lines
622 B
Makefile
20 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-Number-Format-1.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Number-Format/
|
|
COMMENT= Plugin/filter interface to Number::Format
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.07:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-Number-Format-[0-9]*:../../textproc/p5-Number-Format
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/Number/Format/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|