mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
databases/p5-Mango: remove dependency on databases/mongodb50
This is a MongoDB client. You don't need to have the server installed. As comparison: the Debian package does not depend on the MongoDB server either. see: https://packages.debian.org/bookworm/libmango-perl * Builds fine on aarch64.
This commit is contained in:
parent
95b8f79c10
commit
8c4716884b
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= Mango
|
||||
PORTVERSION= 1.30
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ODC
|
||||
|
@ -14,8 +14,7 @@ LICENSE= ART20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= mongo:databases/mongodb50 \
|
||||
p5-Mojolicious>=5.40:www/p5-Mojolicious
|
||||
RUN_DEPENDS= p5-Mojolicious>=5.40:www/p5-Mojolicious
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
|
Loading…
Add table
Reference in a new issue