pkgsrc/devel/p5-Data-Dump-Streamer/Makefile
seb 16a155c138 Update from version 2.18 to version 2.22.
Pkgsrc changes:
- Install the "shortcut module" DDS

Upstream changes:
2.22 (2010-07-11)

Build.PL fixed to accept DDS and NODDS again

2.21 (2010-06-19)

Resynchronize internal VERSION declarations

2.20

Skipped version 2.20 because version numbers don't play nice when they
end in zeros.

2.19 (2010-06-19)

Tweak t/madness.t to deal with how perl-5.8.[0-8] deparses the pragma
`use warnings' differently.
2010-07-14 03:58:24 +00:00

25 lines
805 B
Makefile

# $NetBSD: Makefile,v 1.6 2010/07/14 03:58:24 seb Exp $
#
DISTNAME= Data-Dump-Streamer-2.22
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
MAKE_PARAMS+= DDS
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"