diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Unicode-LineBreak/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Unicode-LineBreak/Makefile b/textproc/p5-Unicode-LineBreak/Makefile index b655172403e..6331c1a1c18 100644 --- a/textproc/p5-Unicode-LineBreak/Makefile +++ b/textproc/p5-Unicode-LineBreak/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 15:58:12 bouyer Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/17 10:32:20 wiz Exp $ DISTNAME= Unicode-LineBreak-2012.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NE/NEZUMI/} @@ -10,10 +11,13 @@ COMMENT= Text::LineFold, Unicode::GCString and Unicode::LineBreak HOMEPAGE= http://search.cpan.org/~nezumi/Unicode-LineBreak-2012.02/ LICENSE= ${PERL5_LICENSE} +DEPENDS+= p5-MIME-Charset>=1.006.2:../../mail/p5-MIME-Charset + PKG_DESTDIR_SUPPORT= user-destdir MAKE_PARAMS+= --with-bundled-sombok MAKE_PARAMS+= --disable-libthai +MAKE_JOBS_SAFE= no USE_LANGUAGES= c |