PR: 243987 Reported by: Eric Madrid <eric@madrid.lol> Relnotes: https://pecl.php.net/package-changelog.php?package=mongodb
16 lines
254 B
Makefile
16 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mongodb
|
|
PORTVERSION= 1.7.1
|
|
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>
|