freebsd-ports/russian/p5-Lingua-DetectCyrillic/Makefile
Sunpoet Po-Chuan Hsieh 13b052235f - Add p5-Lingua-DetectCyrillic 0.02
Lingua::DetectCyrillic. The package detects 7 Cyrillic codings as well as the
language - Russian or Ukrainian. Uses embedded frequency dictionaries; usually
one word is enough for correct detection.

WWW: http://search.cpan.org/dist/Lingua-DetectCyrillic/

PR:		ports/157941
Submitted by:	Dmitry Liakh <dliakh@ukr.net>
2011-06-28 15:53:54 +00:00

24 lines
566 B
Makefile

# New ports collection makefile for: p5-Lingua-DetectCyrillic
# Date created: Jun 15 2011
# Whom: 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
PERL_CONFIGURE= yes
MAN3= Lingua::DetectCyrillic.3
.include <bsd.port.mk>