aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-LaTeX-Encode/Makefile
blob: 7bbe33ade890184634f33ff4ea5876f17251511b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

PERL_CONFIGURE= yes

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>