7f1c83de9f
DESCR: The Latex Template Toolkit plugin provides a latex filter that allows the use of LaTeX to generate PDF, PostScript and DVI output files from the Template Toolkit. The plugin uses LaTeX::Driver to run the various LaTeX programs. The Template::Latex module is a wrapper of convenience around the Template module, providing additional support for generating PDF, PostScript and DVI documents from LaTeX templates.
24 lines
781 B
Makefile
24 lines
781 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/05/17 10:37:39 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Template-Plugin-Latex-3.02
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|