pkgsrc/textproc/p5-Unicode-LineBreak/Makefile
wen f1bec633f5 Update to 2019.001
Upstream changes:
2019.001  Sat Dec 29
# No new features.
! Makefile.PL
  - GH PR#4: Added timeout to wget call in Makefile.PL by J. Bargsten.
  - CPAN RT#125079: Installation stuck after a wget.
    Fixed by changing scheme from ftp to https.
! lib/Text/LineFold.pm
! t/04fold.t
  - Fix: Text::LineFold: new() & config() did not allow multiple Prep option
! t/01break.t
! t/02hangul.t
! t/03ns.t
! t/04fold.t
! t/05urgent.t
! t/06context.t
! t/07sea.t
! t/08partial.t
! t/09uri.t
! t/11format.t
! t/12fold2.t
! t/13flowedsp.t
! t/14sea_al.t
! t/15array.t
! t/16regex.t
! t/17prop.t
! t/18currency.t
  - CPAN RT #120535: Fails tests when no "." in @INC.

2018.012  Sat Dec 29 2018
# Withdrawn.
2019-01-26 02:01:44 +00:00

24 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.18 2019/01/26 02:01:44 wen Exp $
DISTNAME= Unicode-LineBreak-2019.001
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
MAINTAINER= bouyer@NetBSD.org
COMMENT= Text::LineFold, Unicode::GCString and Unicode::LineBreak
HOMEPAGE= http://search.cpan.org/dist/Unicode-LineBreak/
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-MIME-Charset>=1.006.2:../../mail/p5-MIME-Charset
MAKE_PARAMS+= --with-bundled-sombok
MAKE_PARAMS+= --disable-libthai
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Unicode/LineBreak/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"