d50381498d
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/
23 lines
469 B
Makefile
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>
|