aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-LaTeX-ToUnicode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-LaTeX-ToUnicode/Makefile')
-rw-r--r--textproc/p5-LaTeX-ToUnicode/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/p5-LaTeX-ToUnicode/Makefile b/textproc/p5-LaTeX-ToUnicode/Makefile
new file mode 100644
index 000000000000..448b19bf858c
--- /dev/null
+++ b/textproc/p5-LaTeX-ToUnicode/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: p5-LaTeX-ToUnicode
+# Date created: March 16, 2011
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= LaTeX-ToUnicode
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:GERHARD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wen@FreeBSD.org
+COMMENT= Convert LaTeX commands to Unicode
+
+PERL_CONFIGURE= yes
+
+MAN3= LaTeX::ToUnicode::Tables.3 \
+ LaTeX::ToUnicode.3
+
+.include <bsd.port.mk>