blob: 94b387bceab70623d8830f30d21a13005e611737 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= LaTeX-Encode
PORTVERSION= 0.08
PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Encode characters for LaTeX formatting
USES= perl5
USE_PERL5= configure
RUN_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly
BUILD_DEPENDS:= ${RUN_DEPENDS}
MAN1= latex-encode.1
MAN3= LaTeX::Encode.3 LaTeX::Encode::EncodingTable.3
.include <bsd.port.mk>
|