summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Hunspell/Makefile
diff options
context:
space:
mode:
authormef <mef>2015-04-30 05:04:05 +0000
committermef <mef>2015-04-30 05:04:05 +0000
commit987a78975b2842695dbee64258f501c7211b21e0 (patch)
tree75233872894ebe3a6498045c7f3d702c49ce4dd6 /textproc/p5-Text-Hunspell/Makefile
parentbbdf243eb1225d2c0e04f7f987dcdfac52a81d7d (diff)
downloadpkgsrc-987a78975b2842695dbee64258f501c7211b21e0.tar.gz
Update to 2.10
-------------- 2.10 2015/03/26 11:24:00 Europe/Oslo (cosimo) Fixed GH#5 (http://github.com/cosimo/perl5-text-hunspell/issues/5). Should make Text::Hunspell installable without pain from CPAN and cpanminus clients. The problem was in the undeclared use of ExtUtils::PkgConfig, which needs to be known even before running the configure (Makefile.PL) step. Thanks to Pavel Shaydo for reporting the problem.
Diffstat (limited to 'textproc/p5-Text-Hunspell/Makefile')
-rw-r--r--textproc/p5-Text-Hunspell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Hunspell/Makefile b/textproc/p5-Text-Hunspell/Makefile
index d31576bb9e8..fab3f8bc42c 100644
--- a/textproc/p5-Text-Hunspell/Makefile
+++ b/textproc/p5-Text-Hunspell/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/12/08 09:21:03 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/30 05:04:05 mef Exp $
-DISTNAME= Text-Hunspell-2.09
+DISTNAME= Text-Hunspell-2.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}