mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
3c9ffd7218
Approved by: portmgr (blanket infrastructure)
20 lines
456 B
Makefile
20 lines
456 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|