diff options
author | minskim <minskim@pkgsrc.org> | 2006-06-05 18:39:24 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-06-05 18:39:24 +0000 |
commit | 209e371bf0e9ba6ae27f25bd1f5bda4d901f75b2 (patch) | |
tree | 7b6ebe7de1d1f4d9c3545577f4aae4063ef9a4d3 /textproc/p5-Lingua-EN-Inflect/Makefile | |
parent | b42bc60773ed4096ac8350884985cd63c3b44c28 (diff) | |
download | pkgsrc-209e371bf0e9ba6ae27f25bd1f5bda4d901f75b2.tar.gz |
Fix CHECK_INTERPRETER errors. Bump PKGREVISION.
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect/Makefile b/textproc/p5-Lingua-EN-Inflect/Makefile index 13387faba4e..a16feefe3df 100644 --- a/textproc/p5-Lingua-EN-Inflect/Makefile +++ b/textproc/p5-Lingua-EN-Inflect/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2006/03/04 21:30:47 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/05 18:39:24 minskim Exp $ DISTNAME= Lingua-EN-Inflect-1.88 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5lei -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/} @@ -13,6 +13,8 @@ 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" |