pkgsrc/devel/p5-Bit-Vector/Makefile
adrianp 8ee299e6c9 - Updated Bit-Vector to 6.4
+  Added compiler directives for C++.
 +  Improved the method "Norm()".
 +  Removed "Carp::Clan" from the distribution (available separately).
 +  Added "Bit::Vector::String" for generic string import/export functions.
 +  Added a new test file "t/40__auxiliary.t" for "Bit::Vector::String".
 +  Fixed a bug in method "Copy()" concerning sign (MSB) extension.
2004-11-03 21:33:50 +00:00

20 lines
557 B
Makefile

# $NetBSD: Makefile,v 1.13 2004/11/03 21:33:50 adrianp Exp $
#
DISTNAME= Bit-Vector-6.4
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5biv
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Bit-Vector/Vector.html
COMMENT= Efficient base class implementing bit vectors
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Bit/Vector/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"