d57cbfd5b4
PR#44974 by David H. Gutteridge. This module lets you test if two things are *approximately* equal. Yes, that sounds a bit wrong at first - surely you know if they should be equal or not? But there are actually valid cases when you don't/can't know. This module is meant for those rare cases when close is good enough.
22 lines
633 B
Makefile
22 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 08:47:22 obache Exp $
|
|
#
|
|
|
|
DISTNAME= Test-Approx-0.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-Approx
|
|
COMMENT= Perl module for testing approximate equality of values
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Text-LevenshteinXS>=0.03:../../textproc/p5-Text-LevenshteinXS
|
|
|
|
PERL5_PACKLIST= auto/Test/Approx/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|