a14a4c0a18
version 0.015; 2017-07-29 * update for changed S_croak_xs_usage() prototype in ExtUtils::ParseXS 3.30, requiring the new version of that module in order to build the XS implementation * in documentation, use four-column indentation for all verbatim material * in META.{yml,json}, point to public bug tracker * correctly classify ExtUtils::ParseXS dependency as a recommendation rather than a requirement * avoid some compiler warnings version 0.014; 2017-07-16 * port to Perl 5.19.4, where the C type of array indices has changed * update to accommodate PERL_OP_PARENT builds of Perl 5.21.11 or later (which is the default from Perl 5.25.1) * trigger custom op generation via Devel::CallChecker rather than by hooking the underlying op checker * update test suite to not rely on . in @INC, which is no longer necessarily there from Perl 5.25.7 * no longer include a Makefile.PL in the distribution * correct dynamic_config setting to 0 * use boolSV() where appropriate in XS code * use cBOOL() where appropriate * consistently use THX_ prefix on internal function names * include META.json in distribution * convert .cvsignore to .gitignore * add MYMETA.json to .cvsignore
17 lines
511 B
Makefile
17 lines
511 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/09/17 11:50:14 wiz Exp $
|
|
|
|
DISTNAME= Params-Classify-0.015
|
|
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}
|
|
|
|
PERL5_PACKLIST= auto/Params/Classify/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|