textproc/p5-Lingua-EN-Inflect-Phrase from 0.10nb2 to 0.18. pkgsrc changes: - adjust dependencies Upstream changes: 0.18 2012-12-27 00:09:43 - fix meta repository info (RT#82274) 0.17 2012-12-25 14:09:56 - fix for ordinal number phrases, 'first release' was singularizing to 'first releases' (RT#82242) 0.16 2012-11-05 02:43:34 - bump up Lingua::EN::Tagger dep again due to unescaped braces in regexes 0.15 2012-09-27 22:17:00 - fix uninitialized warnings on older perls 0.14 2012-09-24 03:56:10 - add $prefer_nouns config variable, defaulting to 1, which allows the recognition of phrases such as 'source splits' - much better number handling, in both number and word form 0.13 2012-08-30 05:30:04 - bump Lingua::EN::Tagger dep to 0.20 due to unescaped braces in regexes 0.12 2012-01-10 22:44:02 - fix "statuses" -> "status" 0.11 2011-12-18 06:25:33 - fix "aliases" and "referral logs" (RT#73242)
28 lines
1.1 KiB
Makefile
28 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2013/07/03 16:48:06 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Lingua-EN-Inflect-Phrase-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Inflect-Phrase/
|
|
COMMENT= Inflect short English Phrases
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Lingua-EN-FindNumber-[0-9]*:../../textproc/p5-Lingua-EN-FindNumber
|
|
DEPENDS+= p5-Lingua-EN-Inflect-[0-9]*:../../textproc/p5-Lingua-EN-Inflect
|
|
DEPENDS+= p5-Lingua-EN-Inflect-Number-[0-9]*:../../textproc/p5-Lingua-EN-Inflect-Number
|
|
DEPENDS+= p5-Lingua-EN-Number-IsOrdinal-[0-9]*:../../textproc/p5-Lingua-EN-Number-IsOrdinal
|
|
DEPENDS+= p5-Lingua-EN-Tagger-[0-9]*:../../textproc/p5-Lingua-EN-Tagger
|
|
|
|
BUILD_DEPENDS+= {perl>=5.12.0,p5-Test-Simple>=0.94}:../../devel/p5-Test-Simple
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Lingua/EN/Inflect/Phrase/.packlist
|
|
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|