summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-Latex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Template-Plugin-Latex/Makefile')
-rw-r--r--textproc/p5-Template-Plugin-Latex/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-Latex/Makefile b/textproc/p5-Template-Plugin-Latex/Makefile
new file mode 100644
index 00000000000..7ba3687d947
--- /dev/null
+++ b/textproc/p5-Template-Plugin-Latex/Makefile
@@ -0,0 +1,24 @@
+# $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"