pkgsrc/devel/p5-Parse-ErrorString-Perl/Makefile
wen 1a6d4cd582 Update to 0.22
Upstream changes:
0.22    2015.12.01
        * fix bug caused by changes in perl 5.22
2016-07-24 06:35:04 +00:00

22 lines
700 B
Makefile

# $NetBSD: Makefile,v 1.13 2016/07/24 06:35:04 wen Exp $
#
DISTNAME= Parse-ErrorString-Perl-0.22
PKGNAME= p5-${DISTNAME}
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"