8c3f864471
Upstream changes: 2.09 (2009-03-24) Hashkeys ending in newline were incorrectly quoted. Sorry Ambrus. Make it possible to hackily dump *GLOB{IO} objects. This is mostly to make merijn happy. Afaik we dont have the information to do it properly.
21 lines
580 B
Makefile
21 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/22 05:45:26 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Data-Dump-Streamer-2.09
|
|
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+= NODDS
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-B-Utils>=0.05:../../devel/p5-B-Utils
|
|
|
|
PERL5_PACKLIST= auto/Data/Dump/Streamer/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|