aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2023-02-22 10:51:41 +0000
committerRonald Klop <ronald@FreeBSD.org>2023-02-22 16:24:00 +0000
commit41ef311f23f1c4d39925c35ee0d2bc77ee41039d (patch)
treef961f2b04e2e3dc74f4315ae1f5b0ab09638165d
parent20e55e0cf2b75fa0988ae31c9814d1b8844a5428 (diff)
downloadports-41ef311f23f1c4d39925c35ee0d2bc77ee41039d.tar.gz
ports-41ef311f23f1c4d39925c35ee0d2bc77ee41039d.zip
databases/p5-Mango: undeprecate
Depend on a version of MongoDB which does not go EOL soon.
-rw-r--r--databases/p5-Mango/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/p5-Mango/Makefile b/databases/p5-Mango/Makefile
index 424ee42b281d..8a775f978543 100644
--- a/databases/p5-Mango/Makefile
+++ b/databases/p5-Mango/Makefile
@@ -13,11 +13,8 @@ WWW= https://metacpan.org/release/Mango
LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
-DEPRECATED= Depends on upstream EOLed mongodb36
-EXPIRATION_DATE= 2023-03-31
-
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= mongo:databases/mongodb36 \
+RUN_DEPENDS= mongo:databases/mongodb44 \
p5-Mojolicious>=5.40:www/p5-Mojolicious
USES= perl5