Files
ports/math/p5-GIS-Distance/Makefile
Po-Chuan Hsieh 352d1611e7 *: Change *_DEPENDS from p5-Test2-Suite to p5-Test-Simple
- Bump PORTREVISION of the following dependent ports for dependency change
  - databases/p5-DBIx-QuickDB
  - devel/p5-Shell-Config-Generate
  - devel/p5-Test-Archive-Libarchive
  - devel/p5-Test-Future-IO-Impl
  - devel/p5-Test2-Harness
  - devel/p5-Test2-Harness-UI
  - devel/p5-Test2-Plugin-DBIProfile

Test2-Suite has been merged into Test-Simple since 1.302200.

Reference:	https://metacpan.org/dist/Test-Simple/changes
2024-08-15 23:30:59 +08:00

31 lines
771 B
Makefile

PORTNAME= GIS-Distance
PORTVERSION= 0.20
PORTEPOCH= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BLUEFEET
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Calculate geographic distances
WWW= https://metacpan.org/release/GIS-Distance
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Measure>=0:devel/p5-Class-Measure \
p5-Const-Fast>=0.014:devel/p5-Const-Fast \
p5-GIS-Distance-Fast>=0.13:math/p5-GIS-Distance-Fast \
p5-namespace-clean>=0.24:devel/p5-namespace-clean \
p5-strictures>=2.000000:devel/p5-strictures
TEST_DEPENDS= p5-Test-Simple>=1.302200:devel/p5-Test-Simple
USES= perl5
USE_PERL5= modbuildtiny
NO_ARCH= yes
.include <bsd.port.mk>