freebsd-ports/textproc/p5-LaTeX-Encode/Makefile
Martin Wilke 1dfbbf579f p5::LaTeX::Encode provides a function to encode text that is to
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>
2009-06-05 22:05:50 +00:00

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>