pkgsrc/textproc/p5-Text-Table/Makefile
bsiegert 382665ad84 Add a package for Text::Table. From David Gutteridge in PR pkg/50054.
Text::Table can be used to render plaintext/ASCII-art/Unicode-art
tables.
2015-07-25 13:53:10 +00:00

20 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/07/25 13:53:10 bsiegert Exp $
DISTNAME= Text-Table-1.130
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"