diff options
author | sno <sno@pkgsrc.org> | 2010-02-15 15:20:00 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-15 15:20:00 +0000 |
commit | 6323b9f03568870ed9c3375a9c53591e8942f18f (patch) | |
tree | 74cfdc0ebbb08acf2ddbf3740560475772435bc6 /devel | |
parent | de9963742d4c6216dac80fa9fc13abffa9506202 (diff) | |
download | pkgsrc-6323b9f03568870ed9c3375a9c53591e8942f18f.tar.gz |
Updating devel/p5-Devel-PartialDump from 0.12 to 0.13
pkgsrc changes:
- Adjust dependencies
Upstream changes (since 0.11 because of merge):
0.13
- Merge NUFFIN/Devel-PartialDump-0.12.tar.gz and
FLORA/Devel-PartialDump-0.12.tar.gz.
- Add Test::Warn to PREREQ_PM - patch by Ranguard
0.12 (NUFFIN)
- no more Any::Moose
0.12 (FLORA)
- Update example output in the docs with the JSON-like format
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-PartialDump/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/p5-Devel-PartialDump/Makefile b/devel/p5-Devel-PartialDump/Makefile index c47297fd690..0660265ac99 100644 --- a/devel/p5-Devel-PartialDump/Makefile +++ b/devel/p5-Devel-PartialDump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/11/08 22:40:25 seb Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/15 15:20:00 sno Exp $ # DISTNAME= Devel-PartialDump-0.12 @@ -12,13 +12,15 @@ HOMEPAGE= http://search.cpan.org/dist/Devel-PartialDump/ COMMENT= Perl 5 module to make partial dumps of data structures LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose -DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean +DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter -DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok +DEPENDS+= p5-namespace-clean>=0.08:../../devel/p5-namespace-clean # For test target -BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-Warn>=0.21:../../devel/p5-Test-Warn +BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok + +REPLACE_PERL+= lib/Devel/PartialDump.pm PKG_DESTDIR_SUPPORT= user-destdir |