Pkgsrc changes: - adjust dependencies - adjust PERL5_MODULE_TYPE Upstream changes: 2.18 (2010-06-12) Continue to refine t/lexicals.t response to Perl commit "e02c0f79a8059eaf4981f798cc21d7dc3c8b916e shift; optimization". The change happened after 5.13.0 and is released in 5.13.1. 2.17 (2010-06-11) Declare ExtUtils::CBuilder as a build_requries dependency 2.16 (2010-06-11) Manually add VERSION to Data::Dump::Streamer::Deparser to make CPAN indexer happy. 2.15 (2010-06-11) Perl commit "538f5756c002f0583190831238bbf6bd54855cdc shift; optimization" changed B::Deparse Switch from ExtUtils::MakeMaker to Module::Build for configure_requires support 2.14 (2010-06-08) Our Makefile.PL must abort if we're going to need to build B::Utils but we don't have ExtUtils::Depends because it doesn't work to let the build chain do this dependency resolution. Perhaps there is a version that this all "just works" in? t/dump.t required some styling state changes but was skipping them when some modules weren't installed.
24 lines
786 B
Makefile
24 lines
786 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/06/13 19:27:18 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Data-Dump-Streamer-2.18
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Data/Dump/Streamer/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|