aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Mango
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-31 11:20:16 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-31 11:20:16 +0000
commitadc579ea215bf0cafe599d33c12888355f26fb1e (patch)
treeb602fbc2321fc3f4f3320644a2b1e1e5703801b4 /databases/p5-Mango
parent77ca46dedff2a1d6d3a2cdb541064d11dd08f6c6 (diff)
downloadports-adc579ea215bf0cafe599d33c12888355f26fb1e.tar.gz
ports-adc579ea215bf0cafe599d33c12888355f26fb1e.zip
databases/py-Mango: use MongoDB 3.6 instead of EOL 3.4
Notes
Notes: svn path=/head/; revision=529960
Diffstat (limited to 'databases/p5-Mango')
-rw-r--r--databases/p5-Mango/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-Mango/Makefile b/databases/p5-Mango/Makefile
index 53641fd6bc33..c74bb6b5c850 100644
--- a/databases/p5-Mango/Makefile
+++ b/databases/p5-Mango/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Mango
PORTVERSION= 1.30
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ODC
@@ -16,7 +16,7 @@ LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= mongo:databases/mongodb34 \
+RUN_DEPENDS= mongo:databases/mongodb36 \
p5-Mojolicious>=5.40:www/p5-Mojolicious
USES= perl5