forked from Lainports/freebsd-ports
Changes: http://cpansearch.perl.org/src/ANDREWF/LaTeX-Encode-0.08/Changes - Trim Makefile headers - Reset maintainer to perl@ Feature safe: yes
18 lines
364 B
Makefile
18 lines
364 B
Makefile
# Created by: Wen Heping <wenheping@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= LaTeX-Encode
|
|
PORTVERSION= 0.08
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Encode characters for LaTeX formatting
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= latex-encode.1
|
|
MAN3= LaTeX::Encode.3 LaTeX::Encode::EncodingTable.3
|
|
|
|
.include <bsd.port.mk>
|