2e65d464e8
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
23 lines
758 B
Makefile
23 lines
758 B
Makefile
# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-Latex-3.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
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"
|