72d54c923e
Sat Mar 31 06:11:06 IST 2007 Abhijit Menon-Sen Version 2.16 1. Fixes to Storable::dclone, read_magic, retrieve_lscalar 2. Storable 0.1 compatibility 3. Miscellaneous compile/leak/test/portability fixes
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.25 2007/04/15 13:13:47 wiz Exp $
|
|
|
|
DISTNAME= Storable-2.16
|
|
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
|
|
|
|
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"
|