Upstream changes: 0.13 2016-04-17 - Eliminate a warning "Negative repeat count does nothing" in recent perl5s in the test suite. - https://rt.cpan.org/Ticket/Display.html?id=113841 - Thanks to KENTNL for the report and SREZIC for some guidance.
18 lines
501 B
Makefile
18 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.3 2016/07/24 06:22:22 wen Exp $
|
|
|
|
DISTNAME= Text-Aligner-0.13
|
|
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-Aligner
|
|
COMMENT= Perl module to align text
|
|
LICENSE= mit
|
|
|
|
BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
|
|
|
|
PERL5_PACKLIST= auto/Text/Aligner/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|