diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-09-07 09:39:57 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-09-07 09:39:57 +0000 |
commit | 2d89c3026431c9aee7cc0f9abc20fffcb90f93e1 (patch) | |
tree | 74899cb8a74f7db8433bb051d8391934fb818ecd /textproc/p5-Lingua-Identify | |
parent | b82bc49354cb05e3645c5c78477b874b5f7d7aaf (diff) |
Notes
Diffstat (limited to 'textproc/p5-Lingua-Identify')
-rw-r--r-- | textproc/p5-Lingua-Identify/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Lingua-Identify/distinfo | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/textproc/p5-Lingua-Identify/Makefile b/textproc/p5-Lingua-Identify/Makefile index f59825997c2f..b7bbc7874eb8 100644 --- a/textproc/p5-Lingua-Identify/Makefile +++ b/textproc/p5-Lingua-Identify/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-Identify -PORTVERSION= 0.29 +PORTVERSION= 0.30 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,13 @@ 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/Ngram.pm:${PORTSDIR}/textproc/p5-Text-Ngram -RUN_DEPENDS= ${BUILD_DEPENDS} +COMMON_DEPENDS= p5-Class-Factory-Util>=1.6:${PORTSDIR}/devel/p5-Class-Factory-Util \ + p5-Text-Affixes>=0.04:${PORTSDIR}/textproc/p5-Text-Affixes \ + p5-Text-Ngram>=0.03:${PORTSDIR}/textproc/p5-Text-Ngram +BUILD_DEPENDS= ${COMMON_DEPENDS} +RUN_DEPENDS= ${COMMON_DEPENDS} -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= yes MAN1= langident.1 make-lingua-identify-language.1 MAN3= Lingua::Identify.3 \ diff --git a/textproc/p5-Lingua-Identify/distinfo b/textproc/p5-Lingua-Identify/distinfo index 31fcd0362169..d60839a6f71d 100644 --- a/textproc/p5-Lingua-Identify/distinfo +++ b/textproc/p5-Lingua-Identify/distinfo @@ -1,2 +1,2 @@ -SHA256 (Lingua-Identify-0.29.tar.gz) = f08f5e890357c58dac8f6efbade71320dc6dc57606fdffd1b42a3f373f4b4f6d -SIZE (Lingua-Identify-0.29.tar.gz) = 158425 +SHA256 (Lingua-Identify-0.30.tar.gz) = c97d03b2707baad32ea33e29e361a3bfe8dfc299ddbbb922de85347da52f46a3 +SIZE (Lingua-Identify-0.30.tar.gz) = 158745 |