pkgsrc/textproc/p5-Text-VisualWidth-PP/Makefile
wiz aad5a22cd6 p5-Text-VisualWidth-PP: update to 0.05.
0.05 2017-11-22T02:30:45Z

    - Support unicode combining characters
      (kaz-utashiro)
      https://github.com/tokuhirom/Text-VisualWidth-PP/pull/3
2017-11-24 14:39:21 +00:00

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"