696fa57c02
textproc/p5-Lingua-EN-Inflect from 1.893nb2 to 1.895. Upstream changes: 1.895 Wed Sep 12 00:27:54 2012 - Fixed a POD nit (thanks Gregor) - Added 'words_below', 'comma', and 'comma_every' options to NO() (Thanks Lady Aleena). 1.894 Thu Jun 14 10:22:30 2012 - Fixed several dozen obscure plurals (thanks Tom) - Greatly improved the list of prepositions (thanks Tom) - Several minor doc nits cleaned up - Fixed 'miniseries', 'tv series' etc (thanks Lady Aleena) - NON-BACKWARDS COMPATIBLE CHANGE: WORDLIST now always add spaces around its final conjunction. Please report any cases where this is an adverse change.
22 lines
631 B
Makefile
22 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.19 2013/07/03 16:18:43 sno Exp $
|
|
|
|
DISTNAME= Lingua-EN-Inflect-1.895
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5lei
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Lingua-EN-Inflect/
|
|
COMMENT= Perl module for inflection of english words and a/an selection
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
REPLACE_PERL+= demo/demo*.pl
|
|
|
|
PERL5_PACKLIST= auto/Lingua/EN/Inflect/.packlist
|
|
#PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|