d38510699d
--------------------------------------- Changes in v2.13 - Jonathan "Duke" Leto September 2015 -------------------------- * Fix bug where as_list() did not work correctly for non-square matrices. Reported by Elia Liitiäinen in RT #116968
17 lines
516 B
Makefile
17 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.27 2017/02/11 11:17:54 mef Exp $
|
|
|
|
DISTNAME= Math-MatrixReal-2.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
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}
|
|
|
|
PERL5_PACKLIST= auto/Math/MatrixReal/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|