Changes from previous: ---------------------- 0.15 2010.11.29 * Bumped Pod::POM dependency to version 0.27 to fix RT #54062 "Test failure on perl 5.11.4" (AZAWAWI) 0.14 2010.11.29 * Switched to Dist::Zilla (AZAWAWI) * Refactored the packages into separate files and reorganized POD (AZAWAWI) * Fixed q{near "package;"} regex bug (AZAWAWI) * Added "use strict; use warnings;" to all of the tests (AZAWAWI)
25 lines
783 B
Makefile
25 lines
783 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/02/13 11:11:49 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= Parse-ErrorString-Perl-0.15
|
|
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}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|