eec6e7610e
1.134 2020-05-15 - Add new examples - Convert dist.ini and weaver.ini to @SHLOMIF bundles. - Other cleanups.
20 lines
583 B
Makefile
20 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/09/07 14:55:47 wiz Exp $
|
|
|
|
DISTNAME= Text-Table-1.134
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/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"
|