freebsd-ports/textproc/p5-LaTeX-ToUnicode/Makefile
Wen Heping d50381498d LaTeX::ToUnicode provides a method to convert LaTeX-style markups
for accents etc. into their Unicode equivalents. It translates
commands for special characters or accents into their Unicode
equivalents and removes formatting commands.

WWW:    http://search.cpan.org/dist/LaTeX-ToUnicode/
2011-03-16 02:02:37 +00:00

23 lines
469 B
Makefile

# 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>