bfd9cfcacb
in devel/p5-Params-Classify from 0.011nb1 to 0.013 Upstream changes: version 0.013; 2010-11-16 * bugfix: avoid triggering a core assertion on debugging builds, by using OP_NULL as a stalking-horse opcode instead of OP_PUSHMARK (nothing actually broke apart from the assertion) * provide reserve definition of Newx(), to allow compilation on non-threaded Perls prior to 5.8.8 * avoid a compiler warning from the reserve implementation of the ptr_table data structure version 0.012; 2010-11-03 * generate custom ops for most functions, to avoid heavyweight function calls at runtime * change "please update me" messages to "please update Params::Classify" for clarity * use shared SVs for return values from scalar_class() and ref_type() * allow is_able() and check_able() to be called with only one argument * change message generated by check_strictly_blessed() when called with only one argument, to be consistent between XS and pure Perl * refactor some Perl version portability code * in XS, declare "PROTOTYPES: DISABLE" to prevent automatic generation of unintended prototypes * jump through hoops to avoid compiler warnings * in t/setup_pp.pl, avoid a warning that occurs if XSLoader::load() is given no arguments, which is now a valid usage
20 lines
588 B
Makefile
20 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/11/15 19:12:38 sno Exp $
|
|
|
|
DISTNAME= Params-Classify-0.013
|
|
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-Classify/
|
|
COMMENT= Perl5 module for argument type classification
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Params/Classify/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|