Upstream changes: 0.63 Sat Jan 14 09:31:43 PST 2017 - Fixed colors on older perls. TINITA++ - Changed on/off to always/never. TINITA++ 0.62 Fri Jan 13 22:37:55 PST 2017 - Debug color and indent options added by TINITA++ - Recursion controls. Apply PR/46 by @pdl++ (refactored) - Support Perl regex look-behind assertions
19 lines
628 B
Makefile
19 lines
628 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/02/03 02:31:15 wen Exp $
|
|
|
|
DISTNAME= Pegex-0.63
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/I/IN/INGY/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Pegex/
|
|
COMMENT= Create equivalent parsers in lots of programming languages
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-YAML-LibYAML-[0-9]*:../../textproc/p5-YAML-LibYAML
|
|
DEPENDS+= p5-File-ShareDir-Install-[0-9]*:../../devel/p5-File-ShareDir-Install
|
|
|
|
PERL5_PACKLIST= auto/Pegex/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|