aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Redis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-Redis/Makefile')
-rw-r--r--databases/p5-Redis/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Redis/Makefile b/databases/p5-Redis/Makefile
index e6a9bf92d4e5..6ba3911f23b1 100644
--- a/databases/p5-Redis/Makefile
+++ b/databases/p5-Redis/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= Redis
-PORTVERSION= 1.9650
-PORTREVISION= 1
+PORTVERSION= 1.9820
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,15 +13,16 @@ COMMENT= Perl binding for Redis database
LICENSE= ART20
-BUILD_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
+BUILD_DEPENDS= p5-IO-Socket-Timeout>=0.29:net/p5-IO-Socket-Timeout
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-String>=0:devel/p5-IO-String \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Exception>=0:devel/p5-Test-Exception \
p5-Test-Fatal>=0:devel/p5-Test-Fatal \
+ p5-Test-TCP>=0:devel/p5-Test-TCP \
p5-Test-SharedFork>=0:devel/p5-Test-SharedFork
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuildtiny
.include <bsd.port.mk>