pkgsrc/devel/p5-Bit-Vector/Makefile
jlam babdb077d1 Update p5-Bit-Vector to 5.8. Changes from version 5.7:
+  Changed "na" to "PL_na" in Vector.xs in order to make the module
    ready for Perl 5.6.0.
 +  Removed the error messages which appeared at global destruction
    time with Perl 5.6.0.
 +  Changed the corresponding test script (t/02____destroy.t) accordingly.
 +  Optimized the "strEQ" away from the typemap section in Vector.xs.
 +  Fixed the misspelled word "whether" in the documentation.
 +  Added method "Power()".
 +  Added overloaded operator "**" (for exponentiation).
 +  Changed method "Copy()"; the two vectors do not need to have the same
    size anymore. The method will copy as much as will fit or fill up
    with 0's or 1's (depending on the sign of the source) if necessary.
 +  Changed the corresponding test script (t/09_parameters.t) accordingly.
2000-08-28 23:39:03 +00:00

18 lines
469 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/08/28 23:39:03 jlam Exp $
#
DISTNAME= Bit-Vector-5.8
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Bit-Vector/Vector.html
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Bit/Vector/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"