pkgsrc/textproc/p5-Lingua-EN-Inflect/Makefile
obache 5839b88a3e Update p5-Lingua-EN-Inflect to 1.89.
Patch provided by Martin Wilke via PR 34404.

Changes:
1.89	Fri May 20 00:45:02 2005

	- Fixed "millennium" (thanks Tim)

	- Fixed "casinos" (thanks Roel)

	- Fixed verbal "..oes -> ..oe" (thanks Roel)

	- Fixed "auto" -> "autos" (thanks Emad)

	- Added 'one' option to NUMWORDS (see docs) (thanks Decklin)

	- Allowed A and AN to cope with (i.e. ignore) an existing
	  indefinite article (see docs)

    - Added finer-grain control over classical modes

	- Fixed "macro" -> "macros"

    - Fixed "zero" => "zeros"

    - Fixed "a UK", "a UNESCO" (thanks SKV!)
2006-11-05 05:05:44 +00:00

20 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/11/05 05:05:44 obache Exp $
DISTNAME= Lingua-EN-Inflect-1.89
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
PKG_INSTALLATION_TYPES= overwrite pkgviews
REPLACE_PERL+= demo*.pl
PERL5_PACKLIST= auto/Lingua/EN/Inflect/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"