b277a299b0
Version 2.15 Minor changes to address a couple of compile problems. Version 2.14 1. Store weak references 2. Add STORABLE_attach hook.
18 lines
493 B
Makefile
18 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.23 2005/10/25 13:37:45 wiz Exp $
|
|
|
|
DISTNAME= Storable-2.15
|
|
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
|
|
|
|
PERL5_PACKLIST= auto/Storable/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|