f4f631b8a5
0.88 March 7, 2007 - The XS version threw an error when it attempted to do "isa" or "can" validation on a value that was not a string or object, such as undef or a number. Reported by Steffen Winkler. RT #25229.
20 lines
581 B
Makefile
20 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.27 2007/06/08 11:20:39 wiz Exp $
|
|
|
|
DISTNAME= Params-Validate-0.88
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5pva
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Attribute/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Params-Validate/
|
|
COMMENT= Validate method/function parameters
|
|
|
|
DEPENDS+= p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Params/Validate/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|