pkgsrc/math/p5-Math-MatrixReal/Makefile
adam 066fef127f Changes 2.08:
* Fix t/matlab.t failing on Windows (RT 64629)
* Applied patch from RT 51669 (POD rendering)
* Applied patch from RT 61334 (fix croak in new_from_string)
* Make reference check less strict in _new_from_row_or_cols (requested by MJD)

Changes 2.06:
* added submatrix() (exactly the same behavior as sec() from PDL, for 2D
  matrices)
* t/submatrix.t created
* t/decompose_LR.t created
* !!!NEED documentation for submatrix()
2011-08-06 20:53:17 +00:00

20 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/08/06 20:53:17 adam Exp $
DISTNAME= Math-MatrixReal-2.08
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mmr
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Math-MatrixReal/
COMMENT= Perl module for performing operations on real matrices
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Math/MatrixReal/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"