# New ports collection makefile for: textproc/p5-Lingua-Identify # Date created: 11 November 2005 # Whom: Anton Berezin # # $FreeBSD$ # PORTNAME= Lingua-Identify PORTVERSION= 0.19 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Lingua PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Lingua::Identify - Language identification TAGS= lang detect identify BUILD_DEPENDS= ${SITE_PERL}/Class/Factory/Util.pm:${PORTSDIR}/devel/p5-Class-Factory-Util \ ${SITE_PERL}/Text/Affixes.pm:${PORTSDIR}/textproc/p5-Text-Affixes \ ${SITE_PERL}/${PERL_ARCH}/Text/ExtractWords.pm:${PORTSDIR}/textproc/p5-Text-ExtractWords \ ${SITE_PERL}/${PERL_ARCH}/Text/Ngram.pm:${PORTSDIR}/textproc/p5-Text-Ngram RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN1= langident.1 make-lingua-identify-language.1 MAN3= Lingua::Identify.3 \ Lingua::Identify::AF.3 \ Lingua::Identify::BG.3 \ Lingua::Identify::BR.3 \ Lingua::Identify::BS.3 \ Lingua::Identify::CY.3 \ Lingua::Identify::DA.3 \ Lingua::Identify::DE.3 \ Lingua::Identify::EN.3 \ Lingua::Identify::EO.3 \ Lingua::Identify::ES.3 \ Lingua::Identify::ET.3 \ Lingua::Identify::EU.3 \ Lingua::Identify::FI.3 \ Lingua::Identify::FR.3 \ Lingua::Identify::FY.3 \ Lingua::Identify::GA.3 \ Lingua::Identify::HR.3 \ Lingua::Identify::HU.3 \ Lingua::Identify::ID.3 \ Lingua::Identify::IS.3 \ Lingua::Identify::IT.3 \ Lingua::Identify::LA.3 \ Lingua::Identify::LV.3 \ Lingua::Identify::MS.3 \ Lingua::Identify::NL.3 \ Lingua::Identify::NO.3 \ Lingua::Identify::Nothing.3 \ Lingua::Identify::PL.3 \ Lingua::Identify::PT.3 \ Lingua::Identify::RO.3 \ Lingua::Identify::RU.3 \ Lingua::Identify::SL.3 \ Lingua::Identify::SO.3 \ Lingua::Identify::SQ.3 \ Lingua::Identify::SV.3 \ Lingua::Identify::SW.3 \ Lingua::Identify::TR.3 .include .if ${PERL_LEVEL} < 500800 IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again .endif .include