65c9969ad1
---------------- 0.039 2015-04-02 T. R. Wyant No changes since 0.038_01. 0.038_01 2015-03-26 T. R. Wyant Recognize nested subscripts in interpolation. Thanks to Andy Lester for finding this, which actually manifested in Perl-Critic-Policy-Variables-ProhibitUnusedVarsStricter. The problem is that the actual heuristics for finding the end of an interpolation are undocumented, and I missed this rather-obvious case. Add \b{g} (= \b{gcb})
23 lines
712 B
Makefile
23 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.16 2015/04/10 01:37:43 mef Exp $
|
|
#
|
|
|
|
DISTNAME= PPIx-Regexp-0.039
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/W/WY/WYANT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/PPIx-Regexp/
|
|
COMMENT= Represent a regular expression of some sort
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
|
|
DEPENDS+= p5-PPI>=1.117:../../devel/p5-PPI
|
|
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/PPIx/Regexp/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|