aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-TeX-Hyphen/Makefile
blob: 01292ecc954100025973122a894a2d7d65a33758 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    p5-TeX-Hyphen
# Date created:     Oct 22, 2002
# Whom:         kuriyama@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   TeX-Hyphen
PORTVERSION=    0.140
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= TeX
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Hyphenate words using TeX's patterns

PERL_CONFIGURE= YES

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       TeX::Hyphen.3 TeX::Hyphen::czech.3 TeX::Hyphen::german.3

.include <bsd.port.mk>