pkgsrc/devel/p5-Data-Dump/Makefile
rhaen f9d6c0c955 Updated to 1.21
Changes:

2011-10-15  Gisle Aas <gisle@ActiveState.com>

   Release 1.21

   Make dump($1) work when $1 was integer [RT#63883]

   Dump floats without quoting



2011-10-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.20

   Add depth() method to FilterContext

   Make dump($1) work [RT#63883]

   Limit our temp listen socket to localhost [RT#63534]
2012-01-26 18:45:10 +00:00

20 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.9 2012/01/26 18:45:10 rhaen Exp $
DISTNAME= Data-Dump-1.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Dump/
COMMENT= Pretty printing of data structures
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Dump/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"