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.
25 lines
472 B
Makefile
25 lines
472 B
Makefile
PORTNAME= Mango
|
|
PORTVERSION= 1.30
|
|
PORTREVISION= 4
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ODC
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Pure-Perl non-blocking I/O MongoDB driver
|
|
WWW= https://metacpan.org/release/Mango
|
|
|
|
LICENSE= ART20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Mojolicious>=5.40:www/p5-Mojolicious
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|