pkgsrc/devel/p5-Storable/Makefile
sno 2739ffa62f Update package for Storable module ehancing Perl programming language
residing in devel/p5-Storable from 2.21nb2 to 2.30.

Upstream changes (since 2.21):
Sun  3 Jul 09:10:11 IST 2011   Abhijit Menon-Sen <ams@toroid.org>
    Version 2.29

	Various bugfixes, notably including preventing nfreeze from
	incorrectly stringifying integers.

Fri  3 Dec 14:12:32 GMT 2010   David Leadbeater <dgl@dgl.cx>
    Version 2.25

	Support for serializing coderefs containing UTF-8.

Fri Nov 12 10:52:19 IST 2010   Abhijit Menon-Sen <ams@toroid.org>

    Version 2.24

	Performance improvement for overloaded classes from Benjamin
	Holzman.

Fri Nov 12 10:36:22 IST 2010   Abhijit Menon-Sen <ams@toroid.org>

    Version 2.23

	Release the latest version from the Perl repository.
2011-11-16 09:40:42 +00:00

20 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.32 2011/11/16 09:40:42 sno Exp $
DISTNAME= Storable-2.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sto
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Storable/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Storable/
COMMENT= Perl extension module for persistent data storage
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Storable/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"