pkgsrc/devel/p5-Perl-MinimumVersion/Makefile
wen c08c0e8f27 Update to 1.32
Update DEPENDS

Upstream changes:
1.32 Tue 16 Jan 2013
    - require new version of PPIx::Regexp
    - skip sub named keys/each/values in _each_argument() (Pedro Melo, RT#82718)
    - detect open with reference to scalar (Alexandr Ciornii)

1.31 Tue  4 Dec 2012
    - sort $subref requires perl 5.6 (Alexandr Ciornii)

1.30 Wed 28 Nov 2012
    - 'each % { $foo }' incorrectly required perl 5.14 (RT#81505)
    - 02_main.t fails in rare cases (RT#81487)

1.29 Tue 27 Nov 2012
	- "Use of uninitialized value in null operation" fix.
	- Adding test for "utf8::is_utf" 5.8.1 special case
	- Recognize all versions in "use feature" bundle (Alexandr Ciornii)
	- Support regexes (Alexandr Ciornii)
	- detect changes in each/keys/values in 5.12 and 5.14 (Yasutaka ATARASHI, Alexandr Ciornii)
	- 2-arg binmode (Alexandr Ciornii)
	- postfix when (Alexandr Ciornii)
	- exists(&sub) (Kevin Ryde, Alexandr Ciornii)
	- _bugfix_magic_errno will return element (Alexandr Ciornii)
	- add 'encoding' to 5.8 pragmas (Alexandr Ciornii)
	- private methods _set_checks2skip and _set_collect_all_reasons for
	  Perl::Critic::Policy::Compatibility::PerlMinimumVersionAndWhy (Alexandr Ciornii)
	- temp file with open requires 5.8 (Alexandr Ciornii)
2013-10-31 03:22:47 +00:00

30 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.10 2013/10/31 03:22:47 wen Exp $
#
DISTNAME= Perl-MinimumVersion-1.32
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Perl-MinimumVersion/
COMMENT= Find a minimum required version of perl for Perl code
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-File-Find-Rule>=0.32:../../devel/p5-File-Find-Rule
DEPENDS+= p5-File-Find-Rule-Perl>=1.04:../../devel/p5-File-Find-Rule-Perl
DEPENDS+= {perl>=5.10.0,p5-Scalar-List-Utils>=1.18}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-PPI>=1.215:../../devel/p5-PPI
DEPENDS+= p5-Params-Util>=0.25:../../devel/p5-Params-Util
DEPENDS+= p5-Perl-Critic>=1.104:../../devel/p5-Perl-Critic
DEPENDS+= p5-PPIx-Regexp>=0.029:../../devel/p5-PPIx-Regexp
DEPENDS+= {perl>=5.10.1,p5-version>=0.76}:../../devel/p5-version
BUILD_DEPENDS+= p5-Test-Script>=1.03:../../devel/p5-Test-Script
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Perl/MinimumVersion/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"