aad5a22cd6
0.05 2017-11-22T02:30:45Z - Support unicode combining characters (kaz-utashiro) https://github.com/tokuhirom/Text-VisualWidth-PP/pull/3
20 lines
682 B
Makefile
20 lines
682 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/11/24 14:39:21 wiz Exp $
|
|
|
|
DISTNAME= Text-VisualWidth-PP-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/T/TO/TOKUHIROM/
|
|
COMMENT= Trimming text by the number of the columns for terminals etc
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Unicode-EastAsianWidth-[0-9]*:../../converters/p5-Unicode-EastAsianWidth
|
|
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
PERL5_PACKLIST= auto/Text/VisualWidth/PP/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|