ba47d43a20
0.24 2019-03-10T06:48:33Z - Once again support the alt formula (now with a PP variant!). 0.23 2019-03-09T13:15:58Z - Require GIS::Distance 0.13 so that tests pass. - Fixed a coordinate ordering bug in distance(). - Added the null formula. 0.22 2019-03-08T18:36:39Z - Made the distance() method faster. 0.21 2019-03-07T23:08:39Z - Officially set the x_deprecated META flag. - Use GIS::Distance 0.11+ for all distance calculations. - Lots and lots of documentation edits for the above. - Migrate build tooling from Dist::Zilla to Minilla.
24 lines
851 B
Makefile
24 lines
851 B
Makefile
# $NetBSD: Makefile,v 1.24 2020/09/07 11:14:14 wiz Exp $
|
|
|
|
DISTNAME= Geo-Distance-0.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= geography perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/BLUEFEET/Geo-Distance-0.20
|
|
COMMENT= Calculate Distances and Closest Locations
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
DEPENDS+= p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
|
|
DEPENDS+= p5-GIS-Distance-[0-9]*:../../geography/p5-GIS-Distance
|
|
TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
|
|
|
|
# test failures for 0.24:
|
|
# https://github.com/bluefeet/Geo-Distance/issues/18
|
|
PERL5_PACKLIST= auto/Geo/Distance/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build::Tiny
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|