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.
27 lines
825 B
Makefile
27 lines
825 B
Makefile
# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:40 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Template-GD-2.66
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AB/ABW/
|
|
COMMENT= GD plugin(s) for the Template Toolkit
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Template/GD/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
DEPENDS+= p5-GD>=1.14:../../graphics/p5-GD
|
|
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
|
|
|
|
# Recommended dependency
|
|
DEPENDS+= p5-GDGraph-[0-9]*:../../graphics/p5-GDGraph
|
|
DEPENDS+= p5-GD-Graph3d-[0-9]*:../../graphics/p5-GD-Graph3d
|
|
DEPENDS+= p5-GDTextUtil-[0-9]*:../../graphics/p5-GDTextUtil
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|