blob: d3bc8f2c6fd0ea102419999a15f62187732cf548 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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>
|