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.
23 lines
757 B
Makefile
23 lines
757 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/05/29 23:37:41 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-Latex-3.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 6
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Template-Plugin-Latex/
|
|
COMMENT= Latex support for the Template Toolkit
|
|
LICENSE= gnu-gpl-v2 # OR artistic
|
|
|
|
DEPENDS+= p5-Template-Toolkit>=2.16:../../www/p5-Template-Toolkit
|
|
DEPENDS+= p5-LaTeX-Driver>=0.07:../../print/p5-LaTeX-Driver
|
|
DEPENDS+= p5-LaTeX-Encode>=0.02:../../print/p5-LaTeX-Encode
|
|
DEPENDS+= p5-LaTeX-Table-[0-9]*:../../print/p5-LaTeX-Table
|
|
|
|
PERL5_PACKLIST= auto/Template/Plugin/Latex/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|