4c11b3bb7a
Upstream changes: 1.131 2016-07-29 - Merge pull-request from Zac Bentley to speed up boolean tests. - https://github.com/shlomif/Text-Table/pull/4 - Closes https://github.com/shlomif/Text-Table/issues/3
20 lines
581 B
Makefile
20 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/07/30 23:40:47 wen Exp $
|
|
|
|
DISTNAME= Text-Table-1.131
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-Table
|
|
COMMENT= Perl module to generate formatted text tables
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
|
|
|
|
DEPENDS+= p5-Text-Aligner-[0-9]*:../../textproc/p5-Text-Aligner
|
|
|
|
PERL5_PACKLIST= auto/Text/Table/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|