14 lines
247 B
Makefile
14 lines
247 B
Makefile
PORTNAME= mongodb
|
|
PORTVERSION= 1.9.1
|
|
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>
|