1dfbbf579f
be formatted with LaTeX. It encodes characters that are special to LaTeX or that are represented in LaTeX by LaTeX commands. WWW: http://search.cpan.org/dist/LaTeX-Encode/ PR: ports/135171 Submitted by: Wen Heping <wenheping at gmail.com>
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# New ports collection makefile for: LaTeX-Encode
|
|
# Date created: 1st June, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= LaTeX-Encode
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Encode characters for LaTeX formatting
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= LaTeX::Encode.3
|
|
|
|
.include <bsd.port.mk>
|