pkgsrc/devel/p5-Params-Util/Makefile
he 145206136f Update from version 0.31 to 0.33. Changes:
0.33 Tue 27 May 2008
	- Upgrading to Module::Install 0.74
	- Bumping Scalar::Util version to 1.18 to get a fixed better
	  looks_like_number
	- Moved B driver test class to My_B to prevent collision with the
	  B modules

0.32_01 Sat 23 Feb 2008
	- Moving 01_compile.t minimum version to 5.005 to match Makefile.PL
	  (Resolves rt.cpan.org #26674)
	- Removing the deprecated _CALLABLE function
2008-06-22 17:01:46 +00:00

18 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.7 2008/06/22 17:01:46 he Exp $
DISTNAME= Params-Util-0.33
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Params/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Params-Util/
COMMENT= Simple standalone param-checking functions
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Params/Util/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"