diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-09 12:08:36 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-09 12:08:36 +0000 |
commit | 8a954f2d2a4b1e2b883145a468d9151ade139567 (patch) | |
tree | 116e51c702ad06b02141bfcd16e61c1f7baf3196 /math/p5-Geo-Distance | |
parent | 715dff946e36f60d34d6b3868da7491fcf915e58 (diff) |
Notes
Diffstat (limited to 'math/p5-Geo-Distance')
-rw-r--r-- | math/p5-Geo-Distance/Makefile | 14 | ||||
-rw-r--r-- | math/p5-Geo-Distance/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Geo-Distance/pkg-plist | 2 |
3 files changed, 13 insertions, 8 deletions
diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 98759a64facb..11c19c327e52 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= Geo-Distance -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= math perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Calculate Distances and Closest Locations LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Test-Fatal>=0.007:devel/p5-Test-Fatal +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-GIS-Distance>=0.11:math/p5-GIS-Distance +TEST_DEPENDS= p5-Test2-Suite>=0.000094:devel/p5-Test2-Suite USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/math/p5-Geo-Distance/distinfo b/math/p5-Geo-Distance/distinfo index 68a7133addd9..920d6a741a84 100644 --- a/math/p5-Geo-Distance/distinfo +++ b/math/p5-Geo-Distance/distinfo @@ -1,2 +1,3 @@ -SHA256 (Geo-Distance-0.20.tar.gz) = 514c5b16ea064fa6f3f41d83672477a6dc3b9c31494d9e1b4f084ef750f9c58a -SIZE (Geo-Distance-0.20.tar.gz) = 18727 +TIMESTAMP = 1552063703 +SHA256 (Geo-Distance-0.21.tar.gz) = 222f670a15f0f7add646375b6ed49d6d999e86730ea627acd2040317ca83cb64 +SIZE (Geo-Distance-0.21.tar.gz) = 16306 diff --git a/math/p5-Geo-Distance/pkg-plist b/math/p5-Geo-Distance/pkg-plist index d3d70d7842b1..311c1073dda6 100644 --- a/math/p5-Geo-Distance/pkg-plist +++ b/math/p5-Geo-Distance/pkg-plist @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Geo::Distance.3.gz %%SITE_PERL%%/Geo/Distance.pm +%%PERL5_MAN3%%/Geo::Distance.3.gz |