17 lines
514 B
Makefile
17 lines
514 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/08/11 13:21:52 wiz Exp $
|
|
|
|
DISTNAME= Test-Number-Delta-1.06
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
CATEGORIES= math perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= wen@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Test-Number-Delta
|
|
COMMENT= Compare the difference between numbers against a given tolerance
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Test/Number/Delta/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|