pkgsrc/textproc/p5-Text-Table/Makefile
wen fb2056ab31 Update to 1.133
Upstream changes:
1.133   2017-08-04
    - Correct the URLs to the GitHub repositories.
        - https://rt.cpan.org/Ticket/Display.html?id=122708
        - Thanks to John Marino for the bug report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=118853 (doc typo)
        - Thanks to Rihards for the report.
    - Fix https://rt.cpan.org/Ticket/Display.html?id=118851 (grammar error)
        - Thanks to Rihards for the report.
2017-08-04 23:46:25 +00:00

20 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/08/04 23:46:25 wen Exp $
DISTNAME= Text-Table-1.133
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"