pkgsrc/devel/p5-PPI/Makefile
wen c3818f6c52 Update to 1.236
Upstream changes:
1.236 Thu 22 June 2017
	Summary:
	- prevent Node->child from proceeding without a valid argument
	- make test pragma warning code enable -w to match warnings policy

1.234 Wed 21 June 2017
	Summary:
	- Prevent sub names like v10 from being version strings
	  (GitHub #65) (MOREGAN)

1.232 Wed 21 June 2017
	Summary:
	- add Changes entries forgotten in 1.230

1.230 Wed 21 June 2017
	Summary:
	- remove temporary fix introduced in 1.226
	- prevent possible regex on undefined scalar in
	  __current_token_is_forced_word

1.228 Tue 20 June 2017
	Summary:
	- keep PPI::Dumper from breaking Perl::Critic under cperl 5.27
	  (RURBAN)

1.226 Tue 20 June 2017
	Summary:
	- Fix test reliance on '.' in @INC (KENTNL)
	- temporary fix to keep an untested combination from blocking
	  Perl::Critic (https://github.com/chriscapaci)
2017-07-10 12:01:10 +00:00

36 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.27 2017/07/10 12:01:10 wen Exp $
DISTNAME= PPI-1.236
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PPI/
COMMENT= Perl 5 module to parse, analyze and manipulate Perl (without perl)
LICENSE= ${PERL5_LICENSE}
# Before update this package, please check $XS_COMPATIBLE in lib/PPI.pm.
# If it is greater than version of devel/p5-PPI-XS, p5-PPI-XS should be updated.
DEPENDS+= p5-Clone>=0.30:../../devel/p5-Clone
#DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.35}:../../security/p5-Digest-MD5
DEPENDS+= p5-IO-String>=1.07:../../devel/p5-IO-String
DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util
#DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken
#DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable
BUILD_DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector
BUILD_DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove
BUILD_DEPENDS+= p5-Test-NoWarnings>=0.084:../../devel/p5-Test-NoWarnings
BUILD_DEPENDS+= p5-Test-Object>=0.07:../../devel/p5-Test-Object
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple
BUILD_DEPENDS+= p5-Test-SubCalls>=1.07:../../devel/p5-Test-SubCalls
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/PPI/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"