aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-07-19 22:37:44 +0800
committermat <mat@FreeBSD.org>2017-07-19 22:37:44 +0800
commiteb31a93e9e19b563d2b290d2af12d78a686c98e7 (patch)
tree6dd5722523820cc3d095fb42ef18f06d5669122a /devel
parentc316d21e5f07a2dd60fd11a4b5372ee7a4f2955d (diff)
downloadfreebsd-ports-gnome-eb31a93e9e19b563d2b290d2af12d78a686c98e7.tar.gz
freebsd-ports-gnome-eb31a93e9e19b563d2b290d2af12d78a686c98e7.tar.zst
freebsd-ports-gnome-eb31a93e9e19b563d2b290d2af12d78a686c98e7.zip
Fix depends, it has not needed List::AllUtils for a while. Also add
some required test dependecies. Sponsored by: Absolight
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-DateTime-TimeZone/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-DateTime-TimeZone/Makefile b/devel/p5-DateTime-TimeZone/Makefile
index 6fff09dfd3c3..6d646d1c433c 100644
--- a/devel/p5-DateTime-TimeZone/Makefile
+++ b/devel/p5-DateTime-TimeZone/Makefile
@@ -3,6 +3,7 @@
PORTNAME= DateTime-TimeZone
PORTVERSION= 2.11
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
@@ -16,13 +17,14 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Class-Singleton>=1.03:devel/p5-Class-Singleton \
- p5-List-AllUtils>0:devel/p5-List-AllUtils \
p5-Module-Runtime>=0:devel/p5-Module-Runtime \
p5-Params-ValidationCompiler>=0.13:devel/p5-Params-ValidationCompiler \
p5-Try-Tiny>=0:lang/p5-Try-Tiny \
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Output>0:devel/p5-Test-Output
+TEST_DEPENDS= p5-Test-Output>0:devel/p5-Test-Output \
+ p5-Test-Requires>0:devel/p5-Test-Requires \
+ p5-Test-Fatal>0:devel/p5-Test-Fatal
NO_ARCH= yes
USES= perl5