pkgsrc/devel/p5-Data-Dump-Streamer/Makefile
wen 8f661a9046 Update to 2.36
Upstream changes:
2.35
Apply patches by Ilmari and D. Steinbrunner.

Should work on 5.18 now.

2.34
Administrative release to eliminate build dependency on module
used only for testing.

2.33
Caught up with various RT reports, and fixed a bunch of them.

[RT #74198] fixed dumps containing read-only objects (obtained via JSON::XS)

[RT #74198], Fixed stringification of code compiled under strict in later
perls. Thanks to Father Chrysotomos for the patch and nudge.

Also eliminated a false-fail prone test which was actually pretty useless,
which should close several tickets which I wont bother to list.

This release also is the first from the new git repository at
https://github.com/demerphq/Data-Dump-Streamer
2013-12-12 08:32:54 +00:00

23 lines
788 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/12/12 08:32:54 wen Exp $
DISTNAME= Data-Dump-Streamer-2.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Dump-Streamer/
COMMENT= Perl 5 module to serialize a data structure as Perl
LICENSE= ${PERL5_LICENSE}
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
DEPENDS+= p5-Algorithm-Diff-[0-9]*:../../devel/p5-Algorithm-Diff
DEPENDS+= p5-PadWalker>=0.99:../../devel/p5-PadWalker
DEPENDS+= p5-B-Utils-[0-9]*:../../devel/p5-B-Utils
MAKE_PARAMS+= DDS
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Data/Dump/Streamer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"