aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Hyphen/Makefile
blob: f5d3c88a8013bdec4c5a7b73bdff663c825b5e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Anes Mukhametov <anes@anes.su>

PORTNAME=	Text-Hyphen
PORTVERSION=	0.2
PORTEPOCH=	1
CATEGORIES=	textproc perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	anes@anes.su
COMMENT=	Determine positions for hyphens inside words

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>