diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-10 10:23:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-10-10 10:23:52 +0000 |
commit | 2c9abf66017a7983223ad6c09d2888e88cd7cf0c (patch) | |
tree | b1b74cd38949c175ef14e67b60836587d8eba659 /math/p5-GIS-Distance-Fast | |
parent | Update to 0.903 (diff) |
Fix *_DEPENDS
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=481719
Diffstat (limited to 'math/p5-GIS-Distance-Fast')
-rw-r--r-- | math/p5-GIS-Distance-Fast/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile index 9604e404f6be..8ee16daeef0e 100644 --- a/math/p5-GIS-Distance-Fast/Makefile +++ b/math/p5-GIS-Distance-Fast/Makefile @@ -3,6 +3,7 @@ PORTNAME= GIS-Distance-Fast PORTVERSION= 0.08 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BLUEFEET @@ -16,8 +17,11 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-GIS-Distance>=0.09:math/p5-GIS-Distance \ - p5-Moo>=1.0:devel/p5-Moo +RUN_DEPENDS= p5-Class-Measure>=0:devel/p5-Class-Measure \ + p5-GIS-Distance>=0.09:math/p5-GIS-Distance \ + p5-Moo>=1:devel/p5-Moo \ + p5-namespace-clean>=0:devel/p5-namespace-clean \ + p5-strictures>=1:devel/p5-strictures USES= perl5 USE_PERL5= configure |