freebsd-ports/databases/pecl-mongodb/Makefile
Kurt Jaeger 6c6a9538f6 databases/pecl-mongodb: update 1.8.1 -> 1.9.0
- adds support for PHP 8.0

PR:		251665
Submitted by:	michael.glaus@hostpoint.ch
2020-12-07 13:04:40 +00:00

16 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>