pkgsrc/math/p5-Math-Matrix/Makefile
wiz 6d9e6aaa89 p5-Math-Matrix: update to 0.91.
Add LICENSE.

0.91 2020-08-09

 * Ensure a recent version of Math::Complex in the test files that use that
   module. Math::Complex didn't support any way of cloning/copying
   Math::Complex objects before version 1.57.

0.9 2020-08-07

 * Fix typos in POD and add more documentation and examples.

 * Extended new() to handle empty matrices and allow the matrix to be specified
   as a single argument.

 * Improve code so subclassing works better.

 * Add many new tests to confirm existing and new behaviour.

 * Misellaneous modernizations.

 * This release closes CPAN RT ##104334 and #109353.
2020-09-07 11:51:38 +00:00

17 lines
506 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/09/07 11:51:38 wiz Exp $
DISTNAME= Math-Matrix-0.91
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PJ/PJACKLAM/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Math-Matrix
COMMENT= Math::Matrix - Multiply and invert Matrices
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/Matrix/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"