pkgsrc/devel/p5-PPIx-Regexp/Makefile
wiz 238c16f9e4 p5-PPIx-Regexp: update to 0.056.
0.056		2018-03-07	T. R. Wyant
    Support removal of unescaped literal left curlys after left parens,
    which was deprecated in 5.27.8. No actual change in output yet,
    since deprecation is not tracked, but the perl_version_removed()
    logic is there.


    Add next_element() and kin. These are analogous to next_sibling()
    and kin, but will cross over from content proper into structure
    (beginning and end delimiters, etc) and vice versa.

    Correct requirements_for_perl() for impossible regular expression.
    It now returns '! $]' when the components of the regexp are valid, but
    none are valid under any specific version of Perl. It used to think all
    Perls were OK when this happened.

    Add the alpha_assertions introduced in 5.27.9.

    Handle 5.27.9's change from +script_run to *script_run, and support
    *sr as a synonym.
2018-03-11 10:19:49 +00:00

22 lines
710 B
Makefile

# $NetBSD: Makefile,v 1.28 2018/03/11 10:19:49 wiz Exp $
DISTNAME= PPIx-Regexp-0.056
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"