diff options
Diffstat (limited to 'textproc/p5-Lingua-Stem-Snowball/Makefile')
-rw-r--r-- | textproc/p5-Lingua-Stem-Snowball/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-Stem-Snowball/Makefile b/textproc/p5-Lingua-Stem-Snowball/Makefile index 99868fecd5a..2837c78f505 100644 --- a/textproc/p5-Lingua-Stem-Snowball/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/22 12:11:26 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:48 joerg Exp $ DISTNAME= Lingua-Stem-Snowball-0.941 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/dist/Lingua-Stem-Snowball/ COMMENT= Lingua::Stem::Snowball - Perl interface to Snowball stemmers +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_MODULE_TYPE= Module::Build PERL5_REQD+= 5.8.0 PERL5_PACKLIST= auto/Lingua/Stem/Snowball/.packlist |