summaryrefslogtreecommitdiff
path: root/russian/p5-Text-Hyphen-RU/Makefile
blob: db9738ea53b6f57949b038e3afdebdb814e86e15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Anes Mukhametov <anes@anes.su>
# $FreeBSD$

PORTNAME=	Text-Hyphen-RU
PORTVERSION=	0.11
PORTREVISION=	1
CATEGORIES=	russian perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

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

LICENSE=	BSD3CLAUSE

BUILD_DEPENDS=	p5-Text-Hyphen>=0:textproc/p5-Text-Hyphen
RUN_DEPENDS:=	${BUILD_DEPENDS}

USE_PERL5=	configure
USES=		perl5

.include <bsd.port.mk>