mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
- 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
13 lines
267 B
Makefile
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>
|