pkgsrc/textproc/p5-Text-Hunspell/Makefile
wiz 0cd964c538 p5-Text-Hunspell: update to 2.14.
2.14    2016/01/14 08:36:00 Europe/Oslo (cosimo)

        No functional changes. Now Text::Hunspell depends on Alien::Hunspell
        version 0.04. Should finally compile nicely on Win32 platform.

2.13    2016/01/11 10:59:00 Europe/Oslo (cosimo)

        Win32 build support added (Graham Ollis, @plicease).
        This should make Text::Hunspell build correctly on Windows. \o/

        *** If you're using Win32, make sure you use a recent version of
        Alien::Base (>= 0.024) and/or Alien::Hunspell (soon-to-be 0.04)

2.12    2015/12/18 10:35:00 Europe/Oslo (cosimo)

        Replaced ExtUtils::PkgConfig with Alien::Hunspell. This should allow
        Text::Hunspell to build on non-pkgconfig-enabled systems, even though
        I'm not sure how reliably it works. Will have to evaluate from CPAN
        testers results. Thanks to Alien* expert Graham Ollis for this
        contribution.
2017-09-28 04:19:23 +00:00

21 lines
621 B
Makefile

# $NetBSD: Makefile,v 1.7 2017/09/28 04:19:23 wiz Exp $
DISTNAME= Text-Hunspell-2.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-Hunspell
COMMENT= Perl module to interface with GNU Hunspell
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-Alien-Hunspell-[0-9]*:../../textproc/p5-Alien-Hunspell
USE_LANGUAGES= c c++
PERL5_PACKLIST= auto/Text/Hunspell/.packlist
.include "../../lang/perl5/module.mk"
.include "../../textproc/hunspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"