diff options
author | reed <reed@pkgsrc.org> | 2005-05-19 17:27:18 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-19 17:27:18 +0000 |
commit | 45b76f4cff40b3a611e8f6e57b88f196f564c994 (patch) | |
tree | 4db0b25df170a7742277d97c98b4184d8023c00f /textproc/p5-Lingua-EN-Inflect/Makefile | |
parent | 8a784a4fa865cb9770a6fa52de56b30bf33c6a42 (diff) | |
download | pkgsrc-45b76f4cff40b3a611e8f6e57b88f196f564c994.tar.gz |
Moved this package from devel category to textproc category.
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect/Makefile b/textproc/p5-Lingua-EN-Inflect/Makefile new file mode 100644 index 00000000000..3097f5cc4f8 --- /dev/null +++ b/textproc/p5-Lingua-EN-Inflect/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/19 17:27:18 reed Exp $ + +DISTNAME= Lingua-EN-Inflect-1.88 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5lei +PKGREVISION= 1 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} + +MAINTAINER= tech-pkg@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 + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Lingua/EN/Inflect/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" |