mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix *_DEPENDS
- Bump PORTREVISION for dependency change
This commit is contained in:
parent
414eeaaa00
commit
2c9abf6601
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481719
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue