ports/databases/pecl-mongodb/Makefile
Kurt Jaeger a07947a38c databases/pecl-mongodb: update 1.19.0 -> 1.21.0
- also: allow build for php 8.4

Changes:	https://github.com/mongodb/mongo-php-driver/releases/
Reported by:	Douglas Carmichael <dcarmich@dcarmichael.net>
Reviewed by:	bofh
2025-03-20 20:50:55 +01:00

13 lines
267 B
Makefile

PORTNAME= mongodb
PORTVERSION= 1.21.0
CATEGORIES= databases pear
MAINTAINER= pi@FreeBSD.org
COMMENT= PECL classes for MongoDB
WWW= https://docs.mongodb.org/ecosystem/drivers/php/
LICENSE= APACHE20
USES= gmake localbase php:build,pecl ssl
.include <bsd.port.mk>