6c6a9538f6
- adds support for PHP 8.0 PR: 251665 Submitted by: michael.glaus@hostpoint.ch
17 lines
254 B
Makefile
17 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mongodb
|
|
PORTVERSION= 1.9.0
|
|
CATEGORIES= databases pear
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= PECL classes for MongoDB
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= php:pecl ssl
|
|
USE_PHP= spl:build
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|