aboutsummaryrefslogtreecommitdiffstats
path: root/russian/p5-Lingua-DetectCyrillic/Makefile
blob: 08b3efee90cb44b9178a7c3c3827cbb4ea3235f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Dmitry Liakh <dliakh@ukr.net>
# $FreeBSD$

PORTNAME=   Lingua-DetectCyrillic
PORTVERSION=    0.02
CATEGORIES= russian perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= dliakh@ukr.net
COMMENT=    Detects 7 Cyrillic codings as well as the language

RUN_DEPENDS=    p5-Unicode-Map8>=0:${PORTSDIR}/converters/p5-Unicode-Map8 \
        p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String

USES=       perl5
USE_PERL5=  configure

MAN3=       Lingua::DetectCyrillic.3

.include <bsd.port.mk>