pkgsrc/math/p5-Number-WithError/Makefile
2020-08-31 18:06:29 +00:00

23 lines
721 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/08/31 18:10:16 wiz Exp $
DISTNAME= Number-WithError-1.01
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
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"