pkgsrc/math/p5-Math-Utils/Makefile
wiz cf56ae2316 p5-Math-Utils: update to 1.14.
1.14
	10 Apr 2020
	- Add the function softmax(). Currently in the :utility tag
	  group, which may be too generic. We'll see what else gets
	  added later and adjust the tagging then.
	- New functions uniform_scaling(), and uniform_01scaling(),
	  contributed by Gene Boggs (GENE).
	- Typo found by Miguel Prz (NICEPERL) fixed.
2020-09-07 11:55:10 +00:00

16 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.8 2020/09/07 11:55:10 wiz Exp $
DISTNAME= Math-Utils-1.14
PKGNAME= p5-${DISTNAME}
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Math-Utils
COMMENT= Useful mathematical functions not in Perl
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Math/Utils/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"