mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# New ports collection makefile for: p5-TeX-Hyphen
|
|
# Date created: Oct 22, 2002
|
|
# Whom: kuriyama@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= TeX-Hyphen
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Hyphenate words using TeX's patterns
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= TeX::Hyphen.3 TeX::Hyphen::czech.3 TeX::Hyphen::german.3
|
|
|
|
.include <bsd.port.mk>
|