pkgsrc/devel/p5-Parse-ErrorString-Perl/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

23 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/06/12 10:49:37 wiz Exp $
#
DISTNAME= Parse-ErrorString-Perl-0.21
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Parse-ErrorString-Perl/
COMMENT= Parse error messages from the perl interpreter
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-XSAccessor-[0-9]*:../../devel/p5-Class-XSAccessor
DEPENDS+= p5-Pod-POM-[0-9]*:../../textproc/p5-Pod-POM
BUILD_DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences
PERL5_PACKLIST= auto/Parse/ErrorString/Perl/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"