3ff5dddb31
0.27 2017.07.09 MANWAR - Added README file as reported by CPANTS. 0.26 2017.06.25 MANWAR * Merged PR #7, thanks @majlo. 0.25 2017.06.24 MANWAR * Merged PR #6, thanks @majlo. 0.24 2017.06.23 MANWAR * Merged PR #5, thanks @knileuh. 0.23 2017.06.22 MANWAR * Merged PR #4, thanks @nephila-nacrea.
23 lines
734 B
Makefile
23 lines
734 B
Makefile
# $NetBSD: Makefile,v 1.16 2017/09/17 11:55:02 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Parse-ErrorString-Perl-0.27
|
|
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
|
|
|
|
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
|
PERL5_PACKLIST= auto/Parse/ErrorString/Perl/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|