summaryrefslogtreecommitdiff
path: root/math/p5-Number-WithError/Makefile
blob: dcca8f4e99714fc8d0e389985e735d0edd7393c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $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"