pkgsrc/geography/p5-GIS-Distance/Makefile
wiz 7aafdd547c geography/p5-GIS-Distance: import p5-GIS-Distance-0.18
This module calculates distances between geographic points on, at
the moment, planet Earth. Various formulas are available that
provide different levels of accuracy versus speed.
2020-09-07 10:56:28 +00:00

23 lines
829 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/09/07 10:56:28 wiz Exp $
DISTNAME= GIS-Distance-0.18
PKGNAME= p5-${DISTNAME}
CATEGORIES= geography perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BL/BLUEFEET/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/pod/GIS::Distance
COMMENT= Calculate geographic distances
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
DEPENDS+= p5-strictures-[0-9]*:../../devel/p5-strictures
DEPENDS+= p5-Const-Fast-[0-9]*:../../devel/p5-Const-Fast
DEPENDS+= p5-Class-Measure-[0-9]*:../../geography/p5-Class-Measure
TEST_DEPENDS+= p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
PERL5_PACKLIST= auto/GIS/Distance/.packlist
PERL5_MODULE_TYPE= Module::Build::Tiny
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"