pkgsrc/devel/p5-Bit-Vector/Makefile
sno 09045738ca Updating package for p5 module Bit::Vector from 6.6 to 6.7
pkgsrc changes:
  - Re-add dependency to devel/p5-Storable - desired version will be in
    Perl CORE not before 5.10.1

Upstream changes:
Version 6.7   08.08.2009
 +  Replaced STORABLE_thaw by STORABLE_attach
2009-08-09 09:12:53 +00:00

24 lines
664 B
Makefile

# $NetBSD: Makefile,v 1.24 2009/08/09 09:12:53 sno Exp $
#
DISTNAME= Bit-Vector-6.7
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5biv
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Bit-Vector/
COMMENT= Efficient base class implementing bit vectors
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan
DEPENDS+= p5-Storable>=2.20:../../devel/p5-Storable
PERL5_PACKLIST= auto/Bit/Vector/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"