pkgsrc/textproc/p5-Unicode-LineBreak/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

25 lines
679 B
Makefile

# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:18 wiz Exp $
DISTNAME= Unicode-LineBreak-2012.02
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
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"