aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Hyphen/Makefile
blob: 0816c7377279159fe1c9487807dcfcf07a5fe1e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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

USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>