Relnotes: https://github.com/mongodb/mongo-php-driver/releases/tag/1.12.0 https://github.com/mongodb/mongo-php-driver/releases/tag/1.11.1 https://github.com/mongodb/mongo-php-driver/releases/tag/1.11.0 https://github.com/mongodb/mongo-php-driver/releases/tag/1.10.0 https://github.com/mongodb/mongo-php-driver/releases/tag/1.9.2
14 lines
248 B
Makefile
14 lines
248 B
Makefile
PORTNAME= mongodb
|
|
PORTVERSION= 1.12.0
|
|
CATEGORIES= databases pear
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= PECL classes for MongoDB
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= gmake php:pecl ssl
|
|
USE_PHP= spl:build
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|