pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Snowball-Norwegian
Module Name: pkgsrc
Committed By: mef
Date: Wed Sep 2 12:55:02 UTC 2020
Modified Files:
pkgsrc/textproc/p5-Snowball-Norwegian: Makefile
Log Message:
(textproc/p5-Snowball-Norwegian) Fix build with Perl 5.32
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/p5-Snowball-Norwegian/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-Snowball-Norwegian/Makefile
diff -u pkgsrc/textproc/p5-Snowball-Norwegian/Makefile:1.14 pkgsrc/textproc/p5-Snowball-Norwegian/Makefile:1.15
--- pkgsrc/textproc/p5-Snowball-Norwegian/Makefile:1.14 Mon Aug 31 18:11:55 2020
+++ pkgsrc/textproc/p5-Snowball-Norwegian/Makefile Wed Sep 2 12:55:02 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/08/31 18:11:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/09/02 12:55:02 mef Exp $
DISTNAME= Snowball-Norwegian-1.2
PKGNAME= p5-${DISTNAME}
@@ -11,8 +11,9 @@ HOMEPAGE= https://metacpan.org/release/S
COMMENT= Porters stemming algorithm for Norwegian
LICENSE= ${PERL5_LICENSE}
+REPLACE_PERL= bin/stemmer-no.pl
+
PERL5_PACKLIST= auto/Lingua/Stem/Snowball/No/.packlist
-PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index