pkgsrc/devel/p5-Params-ValidationCompiler/Makefile
wiz 64f48f485b p5-Params-ValidationCompiler: update to 0.26.
0.26     2017-11-28

- The exceptions.t test would fail if Sub::Util was not installed. Reported by
  Paul Howarth. GH #19.

- Fix test failures on Windows. GH #20.
2017-11-29 13:43:53 +00:00

26 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.13 2017/11/29 13:43:53 wiz Exp $
DISTNAME= Params-ValidationCompiler-0.26
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/
COMMENT= Build an optimized subroutine parameter validator once, use it forever
LICENSE= artistic-2.0
DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure
DEPENDS+= p5-Exception-Class-[0-9]*:../../devel/p5-Exception-Class
# TEST_DEPENDS
BUILD_DEPENDS+= p5-Specio>=0.14:../../devel/p5-Specio
BUILD_DEPENDS+= p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
BUILD_DEPENDS+= p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
BUILD_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
BUILD_DEPENDS+= p5-Test2-Plugin-NoWarnings-[0-9]*:../../devel/p5-Test2-Plugin-NoWarnings
BUILD_DEPENDS+= p5-Test-Without-Module-[0-9]*:../../devel/p5-Test-Without-Module
PERL5_PACKLIST= auto/Params/ValidationCompiler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"