diff options
author | sno <sno> | 2010-02-16 08:43:30 +0000 |
---|---|---|
committer | sno <sno> | 2010-02-16 08:43:30 +0000 |
commit | f8a60a2dcf6a5931f1ff0aba3471fd3f0bea72c7 (patch) | |
tree | df2d0fd3812c4a7b0694c19dec56d3d0c7684f5e /devel/p5-PPI/Makefile | |
parent | 30d96d2b66a3e7cdbf02bcdc9cb079455dffe13b (diff) | |
download | pkgsrc-f8a60a2dcf6a5931f1ff0aba3471fd3f0bea72c7.tar.gz |
Updating devel/p5-PPI from 1.208 to 1.210
pkgsrc changes:
- Update dependencies
- Adjust module type
Upstream changes:
1.210 Mon 15 Feb 2010
Summary:
- Packaging fixes
Details:
- No functional changes
- Upgrading to Module::Install 0.93
- Added missing test_requires dependency for Class::Inspector
1.209 Sat 6 Feb 2010
Summary:
- Small optimisation release
Details:
- No functional changes
- Upgrading to Module::Install 0.92
- Moved the Test::ClassAPI test to only run during RELEASE_TESTING
to reduce the dependency load (and occasionally Test::ClassAPI seems
to FAIL on CPAN Testers.
Diffstat (limited to 'devel/p5-PPI/Makefile')
-rw-r--r-- | devel/p5-PPI/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index b0367c71b2b..d70d3d44397 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2010/01/16 16:34:40 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/02/16 08:43:30 sno Exp $ # -DISTNAME= PPI-1.208 +DISTNAME= PPI-1.210 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} @@ -24,14 +24,16 @@ DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-U DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable -BUILD_DEPENDS+= p5-Test-ClassAPI>=1.04:../../devel/p5-Test-ClassAPI +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 +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/PPI/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |