5ef6cc9c7e
- While I'm here, add LICENSE and NO_STAGE Determine positions for hyphens inside words This module implements Knuth-Liang algorithm to find positions inside words where it is possible to insert hyphens to break a line. WWW: http://search.cpan.org/dist/Text-Hyphen/ PR: ports/180297 Submitted by: Anes Mukhametov <anes@anes.su>
21 lines
353 B
Makefile
21 lines
353 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Hyphen
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= Determine positions for hyphens inside words
|
|
|
|
LICENSE= BSD
|
|
|
|
NO_STAGE= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
MAN3= Text::Hyphen.3
|
|
|
|
.include <bsd.port.mk>
|