diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-21 04:58:22 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-05-21 04:58:22 +0000 |
commit | 6f0097a0ef2b4923099e013903772628a75d513f (patch) | |
tree | 1d5406d3b30582d304a85b85a9c118117c045cfd /misc/p5-Geo-Address-Formatter/Makefile | |
parent | 60102c9661df3e1927aa65b5259f81f5d3eed302 (diff) | |
download | ports-6f0097a0ef2b4923099e013903772628a75d513f.tar.gz ports-6f0097a0ef2b4923099e013903772628a75d513f.zip |
Notes
Diffstat (limited to 'misc/p5-Geo-Address-Formatter/Makefile')
-rw-r--r-- | misc/p5-Geo-Address-Formatter/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/p5-Geo-Address-Formatter/Makefile b/misc/p5-Geo-Address-Formatter/Makefile index 2bee5af0e0fb..1efc761308fd 100644 --- a/misc/p5-Geo-Address-Formatter/Makefile +++ b/misc/p5-Geo-Address-Formatter/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Address-Formatter -PORTVERSION= 1.81 +PORTVERSION= 1.82 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,12 +15,13 @@ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Clone>=0.43:devel/p5-Clone \ +RUN_DEPENDS= p5-Clone>=0.45:devel/p5-Clone \ p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ + p5-Ref-Util>=0.204:devel/p5-Ref-Util \ p5-Text-Hogan>=2.03:textproc/p5-Text-Hogan \ p5-Text-Trim>=1.02:textproc/p5-Text-Trim \ p5-Try-Catch>=0:lang/p5-Try-Catch \ - p5-YAML-LibYAML>=0.81:textproc/p5-YAML-LibYAML + p5-YAML-LibYAML>=0.82:textproc/p5-YAML-LibYAML TEST_DEPENDS= p5-File-Slurper>=0:devel/p5-File-Slurper \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Warn>=0:devel/p5-Test-Warn |