Tweak russian/p5-Text-Hyphen-RU version 0.11_1
[dports.git] / russian / p5-Text-Hyphen-RU / Makefile
1 # Created by: Anes Mukhametov <anes@anes.su>
2 # $FreeBSD$
3
4 PORTNAME=       Text-Hyphen-RU
5 PORTVERSION=    0.11
6 PORTREVISION=   1
7 CATEGORIES=     russian perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     anes@anes.su
12 COMMENT=        Determine positions for hyphens inside russian words
13
14 LICENSE=        BSD3CLAUSE
15
16 BUILD_DEPENDS=  p5-Text-Hyphen>=0:${PORTSDIR}/textproc/p5-Text-Hyphen
17 RUN_DEPENDS:=   ${BUILD_DEPENDS}
18
19 USE_PERL5=      configure
20 USES=           perl5
21
22 .include <bsd.port.mk>