diff options
author | culot <culot@FreeBSD.org> | 2012-03-28 19:40:22 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-03-28 19:40:22 +0800 |
commit | 5e5c01eda1a7a312bd183e2a8c56a0ba743b6882 (patch) | |
tree | df7563828428e991a04e71b01775c09e042f3cc7 /math/p5-Geo-Distance | |
parent | 0fcbc81ae08e88d315ca8538b049dcbd19225da7 (diff) | |
download | freebsd-ports-gnome-5e5c01eda1a7a312bd183e2a8c56a0ba743b6882.tar.gz freebsd-ports-gnome-5e5c01eda1a7a312bd183e2a8c56a0ba743b6882.tar.zst freebsd-ports-gnome-5e5c01eda1a7a312bd183e2a8c56a0ba743b6882.zip |
- Update to 0.18
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Geo-Distance/Changes
Feature safe: yes
Diffstat (limited to 'math/p5-Geo-Distance')
-rw-r--r-- | math/p5-Geo-Distance/Makefile | 11 | ||||
-rw-r--r-- | math/p5-Geo-Distance/distinfo | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 07224eaf2fdc..73d33b11bb15 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -6,8 +6,7 @@ # PORTNAME= Geo-Distance -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= math perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,4 +21,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Distance.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501200 +TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff --git a/math/p5-Geo-Distance/distinfo b/math/p5-Geo-Distance/distinfo index 19dae18fbe1f..0d26bcb1941f 100644 --- a/math/p5-Geo-Distance/distinfo +++ b/math/p5-Geo-Distance/distinfo @@ -1,2 +1,2 @@ -SHA256 (Geo-Distance-0.17.tar.gz) = db3cfe5ec4103ef258df5e34901eba67564f1e249230776b61e2c75f895145f3 -SIZE (Geo-Distance-0.17.tar.gz) = 17889 +SHA256 (Geo-Distance-0.18.tar.gz) = bfb7c8ada021e8a484f437777058099ddeebb7f693319d0ecc247c9e3e0561cd +SIZE (Geo-Distance-0.18.tar.gz) = 18470 |