pkgsrc/textproc/p5-Unicode-LineBreak/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

25 lines
680 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:34 wiz Exp $
DISTNAME= Unicode-LineBreak-2014.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"