Upstream changes: Version 7.1 29.09.2009 + Added prefix "BV_" to all global identifiers in "BitVector.c", "BitVector.h" and "Vector.xs"
24 lines
664 B
Makefile
24 lines
664 B
Makefile
# $NetBSD: Makefile,v 1.27 2009/10/11 09:55:38 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Bit-Vector-7.1
|
|
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.21:../../devel/p5-Storable
|
|
|
|
PERL5_PACKLIST= auto/Bit/Vector/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|