pkgsrc/math/p5-Number-WithError/Makefile
2021-05-24 19:49:01 +00:00

23 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.5 2021/05/24 19:53:01 wiz Exp $
DISTNAME= Number-WithError-1.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Number-WithError
COMMENT= Numbers with error propagation and scientific rounding
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Params-Util-[0-9]*:../../devel/p5-Params-Util
DEPENDS+= p5-prefork-[0-9]*:../../devel/p5-prefork
TEST_DEPENDS+= p5-Test-LectroTest-[0-9]*:../../devel/p5-Test-LectroTest
PERL5_PACKLIST= auto/Number/WithError/.packlist
PERL5_MODULE_TYPE= Module::Install
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"