pkgsrc/devel/p5-Data-Dump/Makefile
sno 61db014192 PkgSrc changes:
- Updating package for p5 module Data::Dump to 1.14 from 1.08
  - Setting license to gnu-gpl-v2

Upstream changes:
2009-01-12  Gisle Aas <gisle@ActiveState.com>

   Release 1.14

   Data::Dump::Trace enhancements:
      - trace() function
      - prototypes

2009-01-02  Gisle Aas <gisle@ActiveState.com>

   Release 1.13

   Added the Data::Dump::Trace module

2008-10-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.12

   Documentation tweaks.

2008-08-23  Gisle Aas <gisle@ActiveState.com>

   Release 1.11

   Documentation tweaks.

2008-08-21  Gisle Aas <gisle@ActiveState.com>

   Release 1.10

   Add the functions quote(), dd() and ddx().

   Fix segfault when duming large repeated strings [RT#33520]

   Incorporated documentation improvements from Mark Stosberg

   Apply Data-Dump-1.08-ANDK-01.patch from CPAN.  Might do some
   good on older perls I guess.
2009-04-29 20:01:21 +00:00

21 lines
556 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/04/29 20:01:21 sno Exp $
#
DISTNAME= Data-Dump-1.14
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= gnu-gpl-v2 # OR artistic
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"