pkgsrc/devel/p5-Pegex/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

20 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.6 2015/06/12 10:49:38 wiz Exp $
DISTNAME= Pegex-0.60
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
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"